Skip to content

Commit 816eb6d

Browse files
committed
Remove redundant code
1 parent b2a32a8 commit 816eb6d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/gameobjects/text/static/Text.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,12 +1248,6 @@ var Text = new Class({
12481248

12491249
this.dirty = true;
12501250

1251-
if (this.input && this.input.hitArea instanceof Rectangle)
1252-
{
1253-
this.input.hitArea.width = this.width;
1254-
this.input.hitArea.height = this.height;
1255-
}
1256-
12571251
return this;
12581252
},
12591253

0 commit comments

Comments
 (0)