Browse Source

fix typo error

angus 6 years ago
parent
commit
0a837c38c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_materials_cubemap_mipmaps.html

+ 1 - 1
examples/webgl_materials_cubemap_mipmaps.html

@@ -28,7 +28,7 @@
 			init();
 			animate();
 
-			//load custmized cube texture
+			//load customized cube texture
 			async function loadCubeTextureWithMipmaps() {
 
 				var path = 'textures/cube/angus/';