2
0
ShiroSmith 4 жил өмнө
parent
commit
df0ea203f8

+ 1 - 0
hrt/prefab/rfx/GenFog.hx

@@ -154,6 +154,7 @@ class GenFog extends RendererFX {
 			}
 
 			// TAA Support
+			fogPass.shader.TAA_UNJITTER = false;
 			for( e in r.effects ) {
 				var taa = Std.downcast(e, hrt.prefab.rfx.TemporalFiltering);
 				if( taa != null ) {