From 09c6cb9e3be2655b842e13dd68879cb10cf52acf Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Mon, 21 Nov 2022 13:56:37 -0500 Subject: things --- undo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'undo.cpp') diff --git a/undo.cpp b/undo.cpp index e568675..d985cee 100644 --- a/undo.cpp +++ b/undo.cpp @@ -173,7 +173,7 @@ void History_Entry_Commit(memory *Memory, char *Name) History->EntryPlayhead++; Memory->IsFileSaved = false; #if DEBUG - Assert(Debug.UndoState != 1); + Assert(Debug.UndoState != 1); // You forgot to end a History_Entry_Commit()! Debug.UndoState = 1; #endif } -- cgit v1.2.3