Ver código fonte

Cleanup webgl_materials_modified (#26437)

* Cleanup webgl_materials_modified

* Formatting
Nathan Bierema 2 anos atrás
pai
commit
82b11499ad
1 arquivos alterados com 1 adições e 1 exclusões
  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 );
 
 				};