Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored Apr 30, 2024
1 parent 1c4369c commit f492d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Effects/FlxSpriteFilters/source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ class PlayState extends FlxState

function updateFilter(spr:FlxSprite, sprFilter:FlxFilterFrames)
{
// Reset the offset, it will ballon with each apply call
spr.offset.set();
sprFilter.applyToSprite(spr, false, true);
}
Expand Down

0 comments on commit f492d5c

Please sign in to comment.