Skip to content

Commit 4b5f9c7

Browse files
committed
Add more defined game logs
1 parent a1d2088 commit 4b5f9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sandbox/Gameplay/src/SandboxGame.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ namespace Sandbox
66
void Game::Init(entt::registry& t_Reg)
77
{
88
// Lets create an entity!
9-
entt::entity ent = t_Reg.create();
9+
F_LOG_TRACE("Sandbox Game Init!");
1010
}
1111

1212
void Game::Shutdown(entt::registry& t_Reg)
1313
{
14+
F_LOG_TRACE("Sandbox Game Shutdown!");
1415
}
1516

1617
void Game::Update(entt::registry& t_Reg, float DeltaTime)
1718
{
18-
F_LOG_TRACE("Sandbox Game update!");
1919
}
2020

2121
bool Game::Read(entt::registry& t_Reg)

0 commit comments

Comments
 (0)