Skip to content

Commit

Permalink
Fix getBounds with skins never synced
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiraTom committed Jan 23, 2024
1 parent b2ab107 commit 38a4f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h3d/scene/Skin.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Joint extends Object {
super(null);
name = j.name;
this.skin = skin;
lastFrame = -1; // force first sync
// fake parent
this.parent = skin;
this.index = j.index;
Expand Down

0 comments on commit 38a4f5a

Please sign in to comment.