Allow pausing when using stamp placement/selection
This commit is contained in:
parent
0801497ed2
commit
7568e082dd
@ -1180,7 +1180,8 @@ void GameView::OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool
|
||||
break;
|
||||
}
|
||||
}
|
||||
return;
|
||||
if(key != ' ')
|
||||
return;
|
||||
}
|
||||
switch(key)
|
||||
{
|
||||
|
Reference in New Issue
Block a user