Match JFWSystem::init (#2972)

Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com>
This commit is contained in:
LagoLunatic
2025-12-19 20:25:09 -05:00
committed by GitHub
parent 811d9c0a8d
commit 0d25cfb3b4
3 changed files with 3 additions and 3 deletions
-1
View File
@@ -60,7 +60,6 @@ JUTConsole* JFWSystem::systemConsole;
bool JFWSystem::sInitCalled = false;
// NONMATCHING - regalloc, equivalent
void JFWSystem::init() {
JUT_ASSERT(101, sInitCalled == false);