Revert 1a68a52611 to draw after geometry

#1859
This commit is contained in:
2024-03-25 12:02:40 +01:00
parent c08ca33a9a
commit 5f96a74ce2
+1 -1
View File
@@ -21,7 +21,7 @@ namespace FlaxEditor.Gizmo
{
Order = -100;
UseSingleTarget = true;
Location = PostProcessEffectLocation.AfterAntiAliasingPass;
Location = PostProcessEffectLocation.BeforeForwardPass;
}
~Renderer()