From 5f96a74ce23a87e92aac322d8e717f60c3e5903e Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 25 Mar 2024 12:02:40 +0100 Subject: [PATCH] Revert 1a68a52611c3c0e64111b1549e1833e34f151967 to draw after geometry #1859 --- Source/Editor/Gizmo/GridGizmo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Gizmo/GridGizmo.cs b/Source/Editor/Gizmo/GridGizmo.cs index a96651472..74a16449e 100644 --- a/Source/Editor/Gizmo/GridGizmo.cs +++ b/Source/Editor/Gizmo/GridGizmo.cs @@ -21,7 +21,7 @@ namespace FlaxEditor.Gizmo { Order = -100; UseSingleTarget = true; - Location = PostProcessEffectLocation.AfterAntiAliasingPass; + Location = PostProcessEffectLocation.BeforeForwardPass; } ~Renderer()