We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cb281 commit e24a8f2Copy full SHA for e24a8f2
1 file changed
src/mvViewport_apple.mm
@@ -252,9 +252,6 @@
252
// Locking the mutex while we're touching thread-sensitive data
253
std::lock_guard lk(GContext->mutex);
254
255
- viewport->width = (unsigned)width;
256
- viewport->height = (unsigned)height;
257
-
258
// Start the Dear ImGui frame
259
ImGui_ImplMetal_NewFrame(graphicsData->renderPassDescriptor);
260
ImGui_ImplGlfw_NewFrame();
0 commit comments