Fix drawing editor primitives later in the pipeline to draw gizmos on top of world-space canvas
#3284
This commit is contained in:
@@ -35,7 +35,7 @@ namespace FlaxEditor.Gizmo
|
||||
/// <inheritdoc />
|
||||
public EditorPrimitives()
|
||||
{
|
||||
Order = -100;
|
||||
Order = 100;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user