diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-08-13 22:03:46 +0300 |
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-08-13 22:03:46 +0300 |
| commit | 2325dca257a2c98816b6fcfc790060b06f223cdd (patch) | |
| tree | 490b907f29b380a62dedc3b94476c3796a20c423 /indra/llwindow/llwindowwin32.cpp | |
| parent | cd25ae3e083e34acfa659ac78c0ae3fb246ee630 (diff) | |
| parent | cdcdc4b3e377061930866d8ad439871615ca3390 (diff) | |
Merged in lindenlab/viewer-serval
Diffstat (limited to 'indra/llwindow/llwindowwin32.cpp')
| -rw-r--r-- | indra/llwindow/llwindowwin32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp index 5fe907d240..8fefb119bc 100644 --- a/indra/llwindow/llwindowwin32.cpp +++ b/indra/llwindow/llwindowwin32.cpp @@ -4113,7 +4113,7 @@ void LLWindowWin32::setDPIAwareness() F32 LLWindowWin32::getSystemUISize() { - float scale_value = 0; + F32 scale_value = 1.f; HWND hWnd = (HWND)getPlatformWindow(); HDC hdc = GetDC(hWnd); HMONITOR hMonitor; |
