diff --git a/visage_windowing/macos/windowing_macos.mm b/visage_windowing/macos/windowing_macos.mm index e90bf06..5d34751 100644 --- a/visage_windowing/macos/windowing_macos.mm +++ b/visage_windowing/macos/windowing_macos.mm @@ -357,7 +357,7 @@ - (instancetype)initWithFrame:(NSRect)frame_rect inWindow:(visage::WindowMac*)wi self.enableSetNeedsDisplay = NO; self.framebufferOnly = YES; self.layerContentsPlacement = NSViewLayerContentsPlacementTopLeft; - self.preferredFramesPerSecond = 120; + self.preferredFramesPerSecond = 60; [self registerForDraggedTypes:@[NSPasteboardTypeFileURL]]; self.drag_source = [[VisageDraggingSource alloc] init];