summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp3
1 files changed, 0 insertions, 3 deletions
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() { }