From 4a769265b64b055ffadcb2460008b24dd5e07e2c Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sun, 16 Mar 2025 11:42:03 +0100 Subject: [PATCH] Fix drawing editor primitives later in the pipeline to draw gizmos on top of world-space canvas #3284 --- Source/Editor/Gizmo/EditorPrimitives.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Gizmo/EditorPrimitives.cs b/Source/Editor/Gizmo/EditorPrimitives.cs index bfc32a638..8172a5eb2 100644 --- a/Source/Editor/Gizmo/EditorPrimitives.cs +++ b/Source/Editor/Gizmo/EditorPrimitives.cs @@ -35,7 +35,7 @@ namespace FlaxEditor.Gizmo /// public EditorPrimitives() { - Order = -100; + Order = 100; } ///