mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-05 04:28:47 +02:00
Fixed warnings for 64-bits builds
This commit is contained in:
@ -135,7 +135,7 @@ static void ImGui_ImplDX11_RenderDrawLists(ImDrawList** const cmd_lists, int cmd
|
||||
}
|
||||
idx_offset += pcmd->idx_count;
|
||||
}
|
||||
vtx_offset += cmd_list->vtx_buffer.size();
|
||||
vtx_offset += (int)cmd_list->vtx_buffer.size();
|
||||
}
|
||||
|
||||
// Restore modified state
|
||||
|
Reference in New Issue
Block a user