summaryrefslogtreecommitdiff
path: root/src/macos.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/macos.m')
-rw-r--r--src/macos.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/macos.m b/src/macos.m
index 709a97f7..6bacfdd1 100644
--- a/src/macos.m
+++ b/src/macos.m
@@ -60,8 +60,9 @@ static NSString *currentSystemAppearance_(void) {
60} 60}
61 61
62iBool shouldDefaultToMetalRenderer_MacOS(void) { 62iBool shouldDefaultToMetalRenderer_MacOS(void) {
63 return iFalse; /*
63 const iInt2 ver = macVer_(); 64 const iInt2 ver = macVer_();
64 return ver.x > 10 || ver.y > 13; 65 return ver.x > 10 || ver.y > 13;*/
65} 66}
66 67
67/*----------------------------------------------------------------------------------------------*/ 68/*----------------------------------------------------------------------------------------------*/