This commit is contained in:
tildearrow 2023-08-31 02:19:27 -05:00
parent 879e770e58
commit 05d5eb5ca3
1 changed files with 1 additions and 1 deletions

View File

@ -130,8 +130,8 @@ double getScaleFactor(const char* driverHint, void* windowHint) {
} }
} }
return getMacDPIScale(uiWindow,true); return getMacDPIScale(uiWindow,true);
}
#endif #endif
}
#endif #endif
#if defined(__unix__) || defined(ANDROID) #if defined(__unix__) || defined(ANDROID)