We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa6c03 commit e902a77Copy full SHA for e902a77
1 file changed
hrt/tools/Gizmo.hx
@@ -48,7 +48,7 @@ class Gizmo extends h3d.scene.Object {
48
public static final X_COLOR = 0xfff44336;
49
public static final Y_COLOR = 0xff4dae51;
50
public static final Z_COLOR = 0xff2196f3;
51
- public static final DEFAULT_COLOR = 0xFFFFFFFF;
+ public static final DEFAULT_COLOR = 0xFFAAAAAA;
52
53
public var mode : EditMode = Translation;
54
public var isLocalTransform : Bool = false;
0 commit comments