mirror of
https://github.com/aap/librw.git
synced 2025-12-29 05:49:56 +00:00
skeleton: bump imgui to 1.83
This commit is contained in:
@@ -298,6 +298,8 @@ MainCameraRender(rw::Camera *camera)
|
||||
ImGui::EndFrame();
|
||||
ImGui::Render();
|
||||
|
||||
ImGui_ImplRW_RenderDrawLists(ImGui::GetDrawData());
|
||||
|
||||
camera->endUpdate();
|
||||
|
||||
|
||||
@@ -321,6 +323,8 @@ SubCameraRender(rw::Camera *camera)
|
||||
ImGui::EndFrame();
|
||||
ImGui::Render();
|
||||
|
||||
ImGui_ImplRW_RenderDrawLists(ImGui::GetDrawData());
|
||||
|
||||
camera->endUpdate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user