ncannasse %!s(int64=7) %!d(string=hai) anos
pai
achega
5f85f0b35f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
     }
 
 }