ncannasse 7 سال پیش
والد
کامیت
5f85f0b35f
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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) {
     public function new(?texture) {
         super();
         super();
         this.texture = texture;
         this.texture = texture;
-		h3d.Engine.getCurrent().driver.hasFeature(StandardDerivatives);
     }
     }
 
 
 }
 }