Skip to content

Commit

Permalink
#1494: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Jul 30, 2021
1 parent f9be293 commit 30c1ca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/studio/studio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,7 @@ static inline bool isGameMenu()

void runProject()
{
#if defined(BUILD_EDITORS)
if(impl.console->args.keepcmd
&& impl.console->commands.count
&& impl.console->commands.current >= impl.console->commands.count)
Expand All @@ -1354,6 +1355,7 @@ void runProject()
setStudioMode(TIC_CONSOLE_MODE);
}
else
#endif
{
tic_api_reset(impl.studio.tic);

Expand Down

0 comments on commit 30c1ca4

Please sign in to comment.