Browse Source

Examples: Fixed order.

Mr.doob 6 years ago
parent
commit
b9418dbf26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/files.js

+ 1 - 1
examples/files.js

@@ -229,10 +229,10 @@ var files = {
 		"webgl_shaders_vector",
 		"webgl_shaders_vector",
 		"webgl_shading_physical",
 		"webgl_shading_physical",
 		"webgl_shadowmap",
 		"webgl_shadowmap",
-		"webgl_shadowmap_vsm",
 		"webgl_shadowmap_performance",
 		"webgl_shadowmap_performance",
 		"webgl_shadowmap_pointlight",
 		"webgl_shadowmap_pointlight",
 		"webgl_shadowmap_viewer",
 		"webgl_shadowmap_viewer",
+		"webgl_shadowmap_vsm",
 		"webgl_shadowmesh",
 		"webgl_shadowmesh",
 		"webgl_skinning_simple",
 		"webgl_skinning_simple",
 		"webgl_sprites",
 		"webgl_sprites",