From 1e757172a2a7820590badc3c6c8ac650ca9ff0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 23 Aug 2023 21:19:47 +0200 Subject: [PATCH] Buildfix --- SDL/CocoaBarItems.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL/CocoaBarItems.mm b/SDL/CocoaBarItems.mm index 95a6eca0e4..00f9cad1e8 100644 --- a/SDL/CocoaBarItems.mm +++ b/SDL/CocoaBarItems.mm @@ -488,7 +488,7 @@ void OSXOpenURL(const char *url) { } -(void)takeScreenshot { - g_takeScreenshot = true; + g_TakeScreenshot = true; } -(void)resetSymbolTable {