Explorar o código

Merge pull request #7797 from VinaySingh035/dev

ordering of menu options
Mr.doob %!s(int64=9) %!d(string=hai) anos
pai
achega
d1fec6cf4b
Modificáronse 1 ficheiros con 1 adicións e 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" ]
 		],