mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-10 13:28:28 +00:00
Viewports: Renamed UpdatePlatformWindows > PlatformWindowsUpdate, RenderPlatformWindowsDefault -> PlatformWindowsRender, DestroyPlatformWindows > PlatformWindowsDestroy (#1542)
This commit is contained in:
@@ -655,6 +655,6 @@ void ImGui_ImplDX10_InitPlatformInterface()
|
||||
|
||||
void ImGui_ImplDX10_ShutdownPlatformInterface()
|
||||
{
|
||||
ImGui::DestroyPlatformWindows();
|
||||
ImGui::PlatformWindowsDestroy();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user