diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-05 13:52:31 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-05 13:52:31 -0500 |
| commit | bbde646e46f8993fcf1f30ead6b7376f1670f389 (patch) | |
| tree | dd38ba7241d8fdbc642daeb44d64bf594260cc26 /src | |
| parent | f3a850f0f7f2547c80f4d1dac894788ca3546c33 (diff) | |
add runtime first pass
Diffstat (limited to 'src')
| -rw-r--r-- | src/game.cpp | 3 |
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() { } |
