Browse Source

Update GenFog

ShiroSmith 4 years ago
parent
commit
df0ea203f8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hrt/prefab/rfx/GenFog.hx

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

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