Skip to content

Commit

Permalink
Revert "Hide debug overlay behind gDebugEnabled (#660)"
Browse files Browse the repository at this point in the history
This reverts commit d44b172.
  • Loading branch information
briaguya-ai authored Jul 14, 2022
1 parent b84d742 commit 10f9bfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions soh/src/code/z_message_PAL.c
Original file line number Diff line number Diff line change
Expand Up @@ -3228,8 +3228,6 @@ void Message_DrawMain(GlobalContext* globalCtx, Gfx** p) {
* the last value being saved in a static variable.
*/
void Message_DrawDebugVariableChanged(s16* var, GraphicsContext* gfxCtx) {
if (!CVar_GetS32("gDebugEnabled", 0)) { return; }

static s16 sVarLastValue = 0;
static s16 sFillTimer = 0;
s32 pad;
Expand Down

0 comments on commit 10f9bfd

Please sign in to comment.