From 36062dd4afddffcc2b54bf59b2aa95eeb5b08088 Mon Sep 17 00:00:00 2001 From: Colin Cornaby Date: Sat, 4 Nov 2023 00:19:56 -0700 Subject: [PATCH] Removing delegate message filter for window size change. This was preventing a delegate message from properly setting Plasma resolution on launch. --- Sources/Plasma/Apps/plClient/Mac-Cocoa/PLSView.mm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Sources/Plasma/Apps/plClient/Mac-Cocoa/PLSView.mm b/Sources/Plasma/Apps/plClient/Mac-Cocoa/PLSView.mm index ef2c973705..a2a89b74d7 100644 --- a/Sources/Plasma/Apps/plClient/Mac-Cocoa/PLSView.mm +++ b/Sources/Plasma/Apps/plClient/Mac-Cocoa/PLSView.mm @@ -276,12 +276,6 @@ - (void)resizeDrawable:(CGFloat)scaleFactor } #if PLASMA_PIPELINE_METAL - if (newSize.width == _metalLayer.drawableSize.width && - newSize.height == _metalLayer.drawableSize.height) - { - return; - } - _metalLayer.drawableSize = newSize; #endif [self.delegate renderView:self