mirror of
https://github.com/aap/librw.git
synced 2025-12-19 00:49:50 +00:00
skeleton: bump imgui to 1.83
This commit is contained in:
@@ -16,6 +16,7 @@ target_link_libraries(im2d
|
||||
|
||||
add_custom_command(
|
||||
TARGET im2d POST_BUILD
|
||||
COMMAND "${CMAKE_COMMAND}" -E make_directory "$<TARGET_FILE_DIR:im2d>/files"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/files" "$<TARGET_FILE_DIR:im2d>/files"
|
||||
)
|
||||
|
||||
|
||||
@@ -148,6 +148,8 @@ Render(void)
|
||||
ImGui::EndFrame();
|
||||
ImGui::Render();
|
||||
|
||||
ImGui_ImplRW_RenderDrawLists(ImGui::GetDrawData());
|
||||
|
||||
Camera->endUpdate();
|
||||
|
||||
Camera->showRaster(0);
|
||||
|
||||
Reference in New Issue
Block a user