Skip to content

Commit

Permalink
Fixed accidental paste
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 5, 2024
1 parent 6e89cae commit 3d8391c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/showfont.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ int main(int argc, char *argv[])
} else if (scene.textFocus) {
EditBox_HandleEvent(scene.edit, &event);
} else {
HandleKeyDown HandleKeyDown(&scene, &event);
HandleKeyDown(&scene, &event);
}
break;

Expand Down

0 comments on commit 3d8391c

Please sign in to comment.