ncannasse 7 years ago
parent
commit
5f85f0b35f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      h3d/shader/NormalMap.hx

+ 0 - 1
h3d/shader/NormalMap.hx

@@ -43,7 +43,6 @@ class NormalMap extends hxsl.Shader {
     public function new(?texture) {
         super();
         this.texture = texture;
-		h3d.Engine.getCurrent().driver.hasFeature(StandardDerivatives);
     }
 
 }