mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-26 22:31:50 +00:00
Add raw templater
This commit is contained in:
@ -61,5 +61,5 @@ bool ParserSingleInputStream::IsOpen() const
|
||||
|
||||
bool ParserSingleInputStream::Eof() const
|
||||
{
|
||||
return !m_stream.eof();
|
||||
return m_stream.eof();
|
||||
}
|
||||
|
Reference in New Issue
Block a user