Fixed angle being occluded sometimes when rotating objects in Create App

This commit is contained in:
ksuprynowicz 2023-06-30 22:02:24 +02:00
parent f33c270bab
commit f2e0552565

View file

@ -1082,8 +1082,8 @@ SelectionDisplay = (function() {
text: "",
textColor: { red: 0, green: 0, blue: 0 },
backgroundColor: { red: 255, green: 255, blue: 255 },
textAlpha: 0.7,
backgroundAlpha: 0.7,
textAlpha: 1.0,
backgroundAlpha: 1.0,
visible: false,
billboardMode: "full",
renderLayer: "front",