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