summaryrefslogtreecommitdiff
path: root/src/macos.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/macos.m')
-rw-r--r--src/macos.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macos.m b/src/macos.m
index 6bec3c12..d588fa4a 100644
--- a/src/macos.m
+++ b/src/macos.m
@@ -60,6 +60,7 @@ static NSString *currentSystemAppearance_(void) {
60} 60}
61 61
62iBool shouldDefaultToMetalRenderer_MacOS(void) { 62iBool shouldDefaultToMetalRenderer_MacOS(void) {
63 /* TODO: Test if SDL 2.0.16 works better (no stutters with Metal?). */
63 return iFalse; /* 64 return iFalse; /*
64 const iInt2 ver = macVer_(); 65 const iInt2 ver = macVer_();
65 return ver.x > 10 || ver.y > 13;*/ 66 return ver.x > 10 || ver.y > 13;*/