mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 17:32:11 +02:00
fixing bug
This commit is contained in:
parent
3806914e76
commit
502de63d3f
1 changed files with 1 additions and 1 deletions
|
@ -8642,7 +8642,7 @@ void Application::createLoginDialogOverlay() {
|
|||
{ "ignorePickIntersection", false },
|
||||
{ "alpha", 1.0 },
|
||||
{ "dimensions", vec2ToVariant(LOGIN_OVERLAY_DIMENSIONS)},
|
||||
{ "dpi", overlayDpi },
|
||||
{ "dpi", OVERLAY_DPI },
|
||||
{ "visible", true }
|
||||
};
|
||||
auto& overlays = getOverlays();
|
||||
|
|
Loading…
Reference in a new issue