fix: phanes_game is now of pointer type.
This commit is contained in:
@@ -10,7 +10,7 @@ int main()
|
||||
PENGINE_LOG_INFO("Logger initialized!");
|
||||
PENGINE_LOG_INFO("Welcome to PhanesEngine!");
|
||||
|
||||
auto phanes_game = Phanes::Core::Application::CreatePhanesGame();
|
||||
auto* phanes_game = Phanes::Core::Application::CreatePhanesGame();
|
||||
|
||||
phanes_game->Run();
|
||||
|
||||
|
Reference in New Issue
Block a user