diff --git a/src/gameobjects/components/Tint.js b/src/gameobjects/components/Tint.js index a6b74e60d6..2fa74084b1 100644 --- a/src/gameobjects/components/Tint.js +++ b/src/gameobjects/components/Tint.js @@ -191,7 +191,7 @@ var Tint = { */ tint: { - get: function() + get: function () { return this.tintTopLeft; },