Преглед изворни кода

Update src/Materials/Textures/equirectangularCubeTexture.ts

Co-Authored-By: ddervisis <6106539+ddervisis@users.noreply.github.com>
David Catuhe пре 6 година
родитељ
комит
6c15e0638d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Materials/Textures/equirectangularCubeTexture.ts

+ 1 - 1
src/Materials/Textures/equirectangularCubeTexture.ts

@@ -175,7 +175,7 @@ export class EquiRectangularCubeTexture extends BaseTexture {
      * @returns "EquiRectangularCubeTexture"
      */
     public getClassName(): string {
-        return "EquirectangularCubeTexture";
+        return "EquiRectangularCubeTexture";
     }
 
     /**