Skip to content

Commit

Permalink
Bump to new rawdraw submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed May 6, 2024
1 parent f7da18b commit a8688e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ void DrawHeightmap()
}


void HandleDestroy()
int HandleDestroy()
{
printf( "Destroying\n" );
exit(10);
return 0;
}

volatile int suspended;
Expand Down

0 comments on commit a8688e0

Please sign in to comment.