mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Add unit tests for writing gdts
This commit is contained in:
@ -270,7 +270,8 @@ class GdtWriter
|
||||
if (entry.m_parent)
|
||||
m_stream << "[ \"" << entry.m_parent->m_name << "\" ]\n";
|
||||
else
|
||||
m_stream << "( \"" << entry.m_gdf_name << " )\n";
|
||||
m_stream << "( \"" << entry.m_gdf_name << "\" )\n";
|
||||
DoIntendation();
|
||||
m_stream << "{\n";
|
||||
|
||||
m_intendation_level++;
|
||||
@ -282,6 +283,7 @@ class GdtWriter
|
||||
}
|
||||
|
||||
m_intendation_level--;
|
||||
DoIntendation();
|
||||
m_stream << "}\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user