mirror of
https://github.com/aap/librw.git
synced 2025-12-19 08:59:51 +00:00
skeleton: bump imgui to 1.83
This commit is contained in:
@@ -11,6 +11,7 @@ target_link_libraries(lights
|
||||
|
||||
add_custom_command(
|
||||
TARGET lights POST_BUILD
|
||||
COMMAND "${CMAKE_COMMAND}" -E make_directory "$<TARGET_FILE_DIR:lights>/files"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different "${CMAKE_CURRENT_SOURCE_DIR}/checker.dff" "$<TARGET_FILE_DIR:lights>"
|
||||
)
|
||||
|
||||
|
||||
@@ -264,6 +264,8 @@ Render(float timeDelta)
|
||||
ImGui::EndFrame();
|
||||
ImGui::Render();
|
||||
|
||||
ImGui_ImplRW_RenderDrawLists(ImGui::GetDrawData());
|
||||
|
||||
Camera->endUpdate();
|
||||
Camera->showRaster(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user