Nicolas Cannasse 4 年之前
父节点
当前提交
1bca245627
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      h3d/scene/Renderer.hx

+ 0 - 4
h3d/scene/Renderer.hx

@@ -92,10 +92,6 @@ class Renderer extends hxd.impl.AnyProps {
 		return h3d.Engine.getCurrent().driver.hasFeature(f);
 	}
 
-	function getDefaultLight<T:h3d.scene.Light>( l : T ) : T {
-		return l;
-	}
-
 	function getLightSystem() : h3d.scene.LightSystem {
 		return ctx.scene.lightSystem;
 	}