fix: Disable auto scaling on the web
This commit is contained in:
parent
4db10f1c8b
commit
9e5e3e94a3
@ -358,6 +358,8 @@ namespace hex::init {
|
||||
|
||||
#if defined(OS_MACOS)
|
||||
meanScale /= getBackingScaleFactor();
|
||||
#elif defined(OS_WEB)
|
||||
meanScale = 1.0F;
|
||||
#endif
|
||||
|
||||
ImHexApi::System::impl::setGlobalScale(meanScale);
|
||||
|
Loading…
x
Reference in New Issue
Block a user