Skip to content

Commit

Permalink
Merge pull request #1097 from ddelemeny/bugfix-1096
Browse files Browse the repository at this point in the history
Draw studio popup after everything else
  • Loading branch information
nesbox authored May 25, 2020
2 parents eca8ccd + 5955cce commit c689ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/studio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1769,8 +1769,6 @@ static void renderStudio()
default: break;
}

drawPopup();

if(getConfig()->noSound)
memset(tic->ram.registers, 0, sizeof tic->ram.registers);

Expand Down Expand Up @@ -1911,6 +1909,8 @@ static void studioTick()

}

drawPopup();

impl.studio.text = '\0';
}

Expand Down

0 comments on commit c689ea1

Please sign in to comment.