Browse Source

Anisotropy minor fix

ShiroSmith 4 years ago
parent
commit
079519d537
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hrt/prefab/pbr/Anisotropy.hx

+ 1 - 1
hrt/prefab/pbr/Anisotropy.hx

@@ -90,7 +90,7 @@ class Anisotropy extends Prefab {
 			}
 			else {
 				switch mode {
-					case Flat: m.mainPass.addShader(fv);
+					case Texture,Flat: m.mainPass.addShader(fv);
 					case Frequency:	m.mainPass.addShader(ff);
 					default:
 				}