Skip to content

Commit

Permalink
🐛 Fix linter warnings at room-backgrounds-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Aug 13, 2020
1 parent d69a26f commit ceeb844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/riotTags/rooms/room-backgrounds-editor.tag
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ room-backgrounds-editor.room-editor-Backgrounds.tabbed.tall
}
};

this.fixTexture = background => e => {
this.fixTexture = background => () => {
const tex = getTextureFromId(background.texture);
tex.tiled = true;
};
this.dismissWarning = background => e => {
this.dismissWarning = background => () => {
const tex = getTextureFromId(background.texture);
tex.ignoreTiledUse = true;
};

0 comments on commit ceeb844

Please sign in to comment.