Skip to content

Commit

Permalink
set costume on user (otherwise wont broadcast costume update)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefvel committed Dec 1, 2024
1 parent 40b9212 commit 098b557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/entities/base/BaseUser.hx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class BaseUser extends NGSprite
{
loadGraphic(Paths.get('${costume.name}.png'));
original_size.set(width, height);
this.costume = costume;
}

override function updateMotion(elapsed:Float)
Expand Down

0 comments on commit 098b557

Please sign in to comment.