Explorar el Código

Cleanup webgl_materials_modified (#26437)

* Cleanup webgl_materials_modified

* Formatting
Nathan Bierema hace 2 años
padre
commit
82b11499ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_materials_modified.html

+ 1 - 1
examples/webgl_materials_modified.html

@@ -112,7 +112,7 @@
 
 				material.customProgramCacheKey = function () {
 
-					return amount;
+					return amount.toFixed( 1 );
 
 				};