Fix bug of sending set radius message too early

This commit is contained in:
Ylva Selling
2022-10-07 16:08:34 -04:00
parent d998d434ea
commit 49da498ee3
@@ -328,6 +328,7 @@ void ScreenSpaceSkyBrowser::update() {
if (_radiusIsDirty) {
setBorderRadius(_borderRadius);
_radiusIsDirty = false;
}
ScreenSpaceRenderable::update();