mirror of https://github.com/aap/librw.git
examples: fix imguitest
This commit is contained in:
parent
7c105b9f28
commit
36da1046fb
|
@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue