summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-12-05 13:52:31 -0500
committerJonathan Bradley <jcb@pikum.xyz>2023-12-05 13:52:31 -0500
commitbbde646e46f8993fcf1f30ead6b7376f1670f389 (patch)
treedd38ba7241d8fdbc642daeb44d64bf594260cc26 /src/game.cpp
parentf3a850f0f7f2547c80f4d1dac894788ca3546c33 (diff)
add runtime first pass
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() { }