Преглед изворни кода

Make Color.setScalar returns this. (#9885)

aardgoose пре 9 година
родитељ
комит
4ce415a6a8
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/math/Color.js

+ 2 - 0
src/math/Color.js

@@ -53,6 +53,8 @@ Color.prototype = {
 		this.g = scalar;
 		this.b = scalar;
 
+		return this;
+
 	},
 
 	setHex: function ( hex ) {