1
0
mirror of https://github.com/aap/librw.git synced 2025-07-28 15:44:16 +01:00

Merge pull request from madebr/fix_imguitest

examples: fix imguitest
This commit is contained in:
aap 2021-07-09 12:55:40 +02:00 committed by GitHub
commit b164e49dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,13 +109,12 @@ Draw(float timeDelta)
ImGui::EndFrame();
ImGui::Render();
ImGui_ImplRW_RenderDrawLists(ImGui::GetDrawData());
Scene.camera->endUpdate();
Scene.camera->showRaster(0);
ImGui_ImplRW_RenderDrawLists(ImGui::GetDrawData());
}