mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-12 06:19:57 -05:00
Fix bug of sending set radius message too early
This commit is contained in:
@@ -328,6 +328,7 @@ void ScreenSpaceSkyBrowser::update() {
|
||||
|
||||
if (_radiusIsDirty) {
|
||||
setBorderRadius(_borderRadius);
|
||||
_radiusIsDirty = false;
|
||||
}
|
||||
|
||||
ScreenSpaceRenderable::update();
|
||||
|
||||
Reference in New Issue
Block a user