瀏覽代碼

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 ) {