2
0
Эх сурвалжийг харах

Cleanup webgl_materials_modified (#26437)

* Cleanup webgl_materials_modified

* Formatting
Nathan Bierema 2 жил өмнө
parent
commit
82b11499ad

+ 1 - 1
examples/webgl_materials_modified.html

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