Remove comparison of ScreenCoords with MONEY32_UNDEFINED (#10124)

This commit is contained in:
Tulio Leao 2019-10-29 13:36:57 -03:00 committed by Michael Steenbeek
parent 78c550351d
commit 96e54519ca
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ void game_handle_input()
{
game_handle_input_mouse(screenCoords, state);
}
else if (screenCoords.x != MONEY32_UNDEFINED)
else
{
int32_t screenWidth = context_get_width();
int32_t screenHeight = context_get_height();