We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d2088 commit 4b5f9c7Copy full SHA for 4b5f9c7
Sandbox/Gameplay/src/SandboxGame.cpp
@@ -6,16 +6,16 @@ namespace Sandbox
6
void Game::Init(entt::registry& t_Reg)
7
{
8
// Lets create an entity!
9
- entt::entity ent = t_Reg.create();
+ F_LOG_TRACE("Sandbox Game Init!");
10
}
11
12
void Game::Shutdown(entt::registry& t_Reg)
13
14
+ F_LOG_TRACE("Sandbox Game Shutdown!");
15
16
17
void Game::Update(entt::registry& t_Reg, float DeltaTime)
18
- F_LOG_TRACE("Sandbox Game update!");
19
20
21
bool Game::Read(entt::registry& t_Reg)
0 commit comments