Skip to content

Commit

Permalink
Another stray DPI setting in emscripten.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Sep 28, 2024
1 parent 2435a76 commit 8819ea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion profiler/src/BackendEmscripten.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ Backend::Backend( const char* title, const std::function<void()>& redraw, const
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();
}

Expand Down

0 comments on commit 8819ea7

Please sign in to comment.