From bbde646e46f8993fcf1f30ead6b7376f1670f389 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 5 Dec 2023 13:52:31 -0500 Subject: add runtime first pass --- src/game.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/game.cpp b/src/game.cpp index 5d39d1b..c2424ff 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -616,9 +616,6 @@ void Game_Init() { for (long i = 0; i < consoleBufferCount; ++i) { memset(consoleBuffer[i], '\0', consoleLineLength); } - if (!pkePlugin.OnImGuiRender) { - pkePlugin.OnImGuiRender = Game_RecordImGui; - } } void Game_Teardown() { } -- cgit v1.2.3