From 131f73005bacbced90a7461a3cfa5a79eb00177a Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 10 Nov 2023 15:04:06 +0000 Subject: [PATCH] eslint fix --- src/gameobjects/components/Tint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; },