Explorar el Código

Merge pull request #7797 from VinaySingh035/dev

ordering of menu options
Mr.doob hace 9 años
padre
commit
d1fec6cf4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/list.js

+ 1 - 1
docs/list.js

@@ -150,8 +150,8 @@ var list = {
 		],
 
 		"Textures": [
-			[ "CubeTexture", "api/textures/CubeTexture" ],
 			[ "CompressedTexture", "api/textures/CompressedTexture" ],
+			[ "CubeTexture", "api/textures/CubeTexture" ],			
 			[ "DataTexture", "api/textures/DataTexture" ],
 			[ "Texture", "api/textures/Texture" ]
 		],