Merge branch 'develop' into bradmerge

This commit is contained in:
briaguya
2023-01-17 16:44:46 -05:00
committed by GitHub
867 changed files with 9259 additions and 4439 deletions

View File

@@ -395,7 +395,7 @@ void Graph_Update(GraphicsContext* gfxCtx, GameState* gameState) {
sGraphUpdateTime = time;
}
if (CVar_GetS32("gDebugEnabled", 0))
if (CVarGetInteger("gDebugEnabled", 0))
{
if (CHECK_BTN_ALL(gameState->input[0].press.button, BTN_Z) &&
CHECK_BTN_ALL(gameState->input[0].cur.button, BTN_L | BTN_R)) {