Skip to content

Commit

Permalink
FX: fix resolve constraints without constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiraTom committed Dec 20, 2024
1 parent 2512905 commit 2bb4788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hrt/prefab/fx/FX.hx
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ class FXAnimation extends h3d.scene.Object {
}

public function resolveConstraints( caster : h3d.scene.Object ) {
if( constraints == null ) return;
for( co in constraints ) {
if( !co.enabled )
continue;
Expand Down

0 comments on commit 2bb4788

Please sign in to comment.