Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Mar 6, 2024
1 parent b8806ae commit 125b12e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/src/DemoApplication.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ export default class DemoApplication extends PIXI.Application
if (index !== -1) fishFilters.splice(index, 1);
}
this.fishFilters = fishFilters;
this.fishes.forEach((fish) => {
this.fishes.forEach((fish) =>
{
fish.filters = fishFilters;
});
}
Expand Down

0 comments on commit 125b12e

Please sign in to comment.