UI: Properly size microprofile, make dpi transparent to unaware users.
This commit is contained in:
@@ -241,7 +241,7 @@ void Profiler::Present() {
|
||||
return;
|
||||
}
|
||||
drawer_->Begin();
|
||||
MicroProfileDraw(window_->width(), window_->height());
|
||||
MicroProfileDraw(window_->scaled_width(), window_->scaled_height());
|
||||
drawer_->End();
|
||||
#endif // XE_OPTION_PROFILING_UI
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user