Revert 1a68a52611 to draw after geometry

#1859
This commit is contained in:
Wojtek Figat
2024-03-25 12:02:40 +01:00
parent c08ca33a9a
commit 5f96a74ce2

View File

@@ -21,7 +21,7 @@ namespace FlaxEditor.Gizmo
{ {
Order = -100; Order = -100;
UseSingleTarget = true; UseSingleTarget = true;
Location = PostProcessEffectLocation.AfterAntiAliasingPass; Location = PostProcessEffectLocation.BeforeForwardPass;
} }
~Renderer() ~Renderer()