Added a bunch of logs for debugging

This commit is contained in:
Antoine Pilote
2023-09-27 19:52:09 -04:00
parent 02fc2c8d08
commit 51fc92f523
6 changed files with 13 additions and 3 deletions

View File

@@ -104,6 +104,7 @@ namespace Nuake
InitImgui();
Logger::Log("ImGui initialized ", "renderer");
return 0;
}