Skip to content

Commit e24a8f2

Browse files
v-einhoffstadt
authored andcommitted
fix: Fixed macOS build
1 parent 49cb281 commit e24a8f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mvViewport_apple.mm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,6 @@
252252
// Locking the mutex while we're touching thread-sensitive data
253253
std::lock_guard lk(GContext->mutex);
254254

255-
viewport->width = (unsigned)width;
256-
viewport->height = (unsigned)height;
257-
258255
// Start the Dear ImGui frame
259256
ImGui_ImplMetal_NewFrame(graphicsData->renderPassDescriptor);
260257
ImGui_ImplGlfw_NewFrame();

0 commit comments

Comments
 (0)