mirror of https://github.com/aap/librw.git
Merge pull request #88 from madebr/fix_imguitest
examples: fix imguitest
This commit is contained in:
commit
b164e49dcf
|
@ -109,13 +109,12 @@ Draw(float timeDelta)
|
||||||
|
|
||||||
|
|
||||||
ImGui::EndFrame();
|
ImGui::EndFrame();
|
||||||
|
|
||||||
ImGui::Render();
|
ImGui::Render();
|
||||||
|
|
||||||
|
ImGui_ImplRW_RenderDrawLists(ImGui::GetDrawData());
|
||||||
|
|
||||||
Scene.camera->endUpdate();
|
Scene.camera->endUpdate();
|
||||||
Scene.camera->showRaster(0);
|
Scene.camera->showRaster(0);
|
||||||
|
|
||||||
ImGui_ImplRW_RenderDrawLists(ImGui::GetDrawData());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue