Another stray DPI setting in emscripten.

This commit is contained in:
Bartosz Taudul 2024-09-28 14:04:17 +02:00
parent 2435a76caa
commit 8819ea745d
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -228,7 +228,6 @@ Backend::Backend( const char* title, const std::function<void()>& redraw, const
return EM_TRUE; return EM_TRUE;
} ); } );
s_prevScale = GetDpiScale();
s_time = std::chrono::duration_cast<std::chrono::microseconds>( std::chrono::high_resolution_clock::now().time_since_epoch() ).count(); s_time = std::chrono::duration_cast<std::chrono::microseconds>( std::chrono::high_resolution_clock::now().time_since_epoch() ).count();
} }