Skip to content

Commit

Permalink
Fix simple, accidentally merged out input.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Oct 4, 2024
1 parent cc32fe2 commit a33dea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int main()
{
CNFGSetup( "Example App", 1024, 768 );

while(1)
while( CNFGHandleInput() )
{
CNFGBGColor = 0x000080ff; //Dark Blue Background

Expand Down

0 comments on commit a33dea9

Please sign in to comment.