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) {
         super();
         this.texture = texture;
-		h3d.Engine.getCurrent().driver.hasFeature(StandardDerivatives);
     }
 
 }