Skip to content

Commit

Permalink
exec initial commands not just switch commands this works better
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Žďárský committed Aug 11, 2024
1 parent 48c6406 commit 5e2a5a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified opengl-render-qnx/arm/o-le-v7/opengl-render-qnx
Binary file not shown.
2 changes: 1 addition & 1 deletion opengl-render-qnx/opengl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ int main(int argc, char* argv[]) {
if(switchToMap > 100)
{
switchToMap = 0;
execute_switch_command();
execute_initial_commands();
}
free(framebufferUpdate); // Free the dynamically allocated memory
}
Expand Down

0 comments on commit 5e2a5a6

Please sign in to comment.