This commit is contained in:
rexy712 2020-10-17 19:37:57 -07:00
parent 20b3a47aba
commit fc11e5dd0e

View File

@ -33,7 +33,7 @@ namespace egn{
m_state_stack.top()->enter();
}
void game_state_manager::pop_state(){
debug_print("Poping state from game state stack\n");
debug_print("Popping state from game state stack\n");
m_state_stack.top()->leave();
m_state_stack.pop();
if(!m_state_stack.empty())