update imgui to v1.91.7

This commit is contained in:
Green Sky
2025-01-18 14:48:09 +01:00
parent fee884ff32
commit 3320e6c1e3
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ float DoomIMGUI::render(float time_delta) {
}
doom_interval = _doom.render(time_delta);
ImGui::Image(reinterpret_cast<void*>(_doom.getTexID()), {_size_scaler * 320, _size_scaler * 200 * 1.2f});
ImGui::Image(_doom.getTexID(), {_size_scaler * 320, _size_scaler * 200 * 1.2f});
}
ImGui::End();