浏览代码

Restore type removed by mistake

George Corney (STR Limited) 8 年之前
父节点
当前提交
6331d939c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Materials/Textures/babylon.renderTargetTexture.ts

+ 1 - 1
src/Materials/Textures/babylon.renderTargetTexture.ts

@@ -20,7 +20,7 @@
         * Use this predicate to dynamically define the list of mesh you want to render.
         * If set, the renderList property will be overwritten.
         */
-        public renderListPredicate: (AbstractMesh) => boolean;
+        public renderListPredicate: (AbstractMesh: AbstractMesh) => boolean;
 
         /**
         * Use this list to define the list of mesh you want to render.