sebavan 5 년 전
부모
커밋
236ad7f627
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Engines/thinEngine.ts

+ 1 - 1
src/Engines/thinEngine.ts

@@ -3071,7 +3071,7 @@ export class ThinEngine {
      * Update the sampling mode of a given texture
      * @param samplingMode defines the required sampling mode
      * @param texture defines the texture to update
-     * @param generateMipMap defines whether to generate mipmaps for the texture
+     * @param generateMipMaps defines whether to generate mipmaps for the texture
      */
     public updateTextureSamplingMode(samplingMode: number, texture: InternalTexture, generateMipMaps: boolean = false): void {
         const target = this._getTextureTarget(texture);