Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Mar 12, 2024
1 parent 5e0b447 commit 8530323
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ export class Input extends Container

if (this.options?.nineSliceSprite && typeof bg === 'string')
{
this.inputMask = new NineSliceSprite(Texture.from(bg));
this.inputMask = new NineSliceSprite({
texture: Texture.from(bg),
leftWidth: this.options.nineSliceSprite[0],
Expand Down

0 comments on commit 8530323

Please sign in to comment.