Skip to content

Commit 82b1149

Browse files
authored
Cleanup webgl_materials_modified (#26437)
* Cleanup webgl_materials_modified * Formatting
1 parent 65549f8 commit 82b1149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgl_materials_modified.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
material.customProgramCacheKey = function () {
114114

115-
return amount;
115+
return amount.toFixed( 1 );
116116

117117
};
118118

0 commit comments

Comments
 (0)