Serialization work

This commit is contained in:
Antoine Pilote
2021-05-15 23:57:26 -04:00
parent b53d2e729e
commit 5f364dabb2
27 changed files with 368 additions and 305 deletions

View File

@@ -181,7 +181,7 @@ int main()
EditorInterface editor;
editor.BuildFonts();
CreateScene();
//CreateScene();
while (!Engine::GetCurrentWindow()->ShouldClose())
{