Added systems logs

This commit is contained in:
Antoine Pilote
2023-07-05 09:57:23 -04:00
parent 9b973784c1
commit a7d4960d76
5 changed files with 44 additions and 9 deletions

View File

@@ -22,6 +22,8 @@ namespace Nuake
bool PhysicsSystem::Init()
{
Logger::Log("Initializing the physic system");
// We need to initialize shapes first, then bodies...
InitializeShapes();
@@ -42,7 +44,7 @@ namespace Nuake
// PhysicsManager::Get()->RegisterGhostBody(ghostBody);
//}
Logger::Log("Physic system initialized successfully");
return true;
}