Explorar o código

Fix wireframe toggle not being respected in md2 loader example (#25838)

* Fix wireframe toggle not being respected in md2 example

* Respect code style
Nuno Silva %!s(int64=2) %!d(string=hai) anos
pai
achega
4932c11659
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/webgl_loader_md2.html

+ 1 - 0
examples/webgl_loader_md2.html

@@ -246,6 +246,7 @@
 					return function () {
 
 						character.setWeapon( index );
+						character.setWireframe( playbackConfig.wireframe );
 
 					};