Alter comment

This commit is contained in:
Andy Vandijck 2025-06-27 11:47:56 +02:00
parent 70d6a1ac39
commit 38c5267adb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#ifndef NO_METAL
bool is_macosx_1013_or_newer()
{
// Mac OS X 10.12 version check
// Mac OS X 10.13 version check
if (NSAppKitVersionNumber >= 1561) {
return true;
}