Browse Source

Cleanup webgl_materials_modified (#26437)

* Cleanup webgl_materials_modified

* Formatting
Nathan Bierema 2 years ago
parent
commit
82b11499ad
1 changed files with 1 additions and 1 deletions
  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 );
 
 				};