소스 검색

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.