Fix drawing editor primitives later in the pipeline to draw gizmos on top of world-space canvas

#3284
This commit is contained in:
Wojtek Figat
2025-03-16 11:42:03 +01:00
parent 56a8bb777b
commit 4a769265b6

View File

@@ -35,7 +35,7 @@ namespace FlaxEditor.Gizmo
/// <inheritdoc /> /// <inheritdoc />
public EditorPrimitives() public EditorPrimitives()
{ {
Order = -100; Order = 100;
} }
/// <inheritdoc /> /// <inheritdoc />