Fix typo
This commit is contained in:
parent
20b3a47aba
commit
fc11e5dd0e
@ -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())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user