Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Velaron committed Nov 7, 2023
1 parent fb1fef1 commit 8b559a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/client/in_touch.c
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ int IN_TouchEvent( touchEventType type, int fingerID, float x, float y, float dx
if ( type == event_up ) // don't show keyboard on every tap
{
Key_EnableTextInput( true, true );
dx = 0.0f;
x1 = 0.0f;
}

if( cls.key_dest == key_console )
Expand Down

0 comments on commit 8b559a6

Please sign in to comment.