Skip to content

Commit

Permalink
#1492: fixed png cart saving
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Jul 20, 2021
1 parent a52755c commit 7e1d69c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/studio/studio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1756,6 +1756,8 @@ static void renderStudio()
tic_core_tick_start(impl.studio.tic);
}

processShortcuts();

switch(impl.mode)
{
case TIC_START_MODE: impl.start->tick(impl.start); break;
Expand Down Expand Up @@ -1900,8 +1902,7 @@ static void studioTick()
checkChanges();
tic_net_start(impl.net);
#endif

processShortcuts();

processMouseStates();
processGamepadMapping();

Expand Down

0 comments on commit 7e1d69c

Please sign in to comment.