Browse Source

Color: fix after rebase

@pauloddr 5 years ago
parent
commit
1aa5350b67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/Color.js

+ 1 - 1
src/math/Color.js

@@ -588,6 +588,6 @@ Object.assign( Color.prototype, {
 
 } );
 
-Color.NAMES = ColorKeywords;
+Color.NAMES = _colorKeywords;
 
 export { Color };