소스 검색

Quick fix

Sebastien Vandenberghe 6 년 전
부모
커밋
4d2b9b9e8a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Engines/engine.ts

+ 2 - 2
src/Engines/engine.ts

@@ -973,9 +973,9 @@ export class Engine {
     /**
      * Gets the shader platfrom name used by the effects.
      */
-    public get shaderPlatformName: string {
+    public get shaderPlatformName(): string {
         return this._shaderPlatformName;
-    };
+    }
 
     /**
      * Creates a new engine