Skip to content

Commit

Permalink
adjust input display position since it covers frame counter display
Browse files Browse the repository at this point in the history
  • Loading branch information
gocha committed Jul 24, 2012
1 parent b483a4b commit 1c74de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx.cpp
Expand Up @@ -2043,7 +2043,7 @@ static void DisplayPressedKeys (void)
static int KeyOrder[] = { 8, 10, 7, 9, 0, 6, 14, 13, 5, 1, 4, 3, 2, 11, 12 }; // < ^ > v A B Y X L R S s

enum controllers controller;
int line = 1;
int line = 2;
int8 ids[4];
char string[255];

Expand Down

0 comments on commit 1c74de4

Please sign in to comment.