Skip to content

Commit

Permalink
Fix animation loop mode
Browse files Browse the repository at this point in the history
BabylonJS changed something on their end that broke this function.
  • Loading branch information
BarthPaleologue committed Feb 15, 2025
1 parent b2d217b commit 944887f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/uberCore/transforms/animations/quickAnimation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function quickAnimation<K, T>(targetObject: K, whichprop: string, initial
120,
initialValue,
targetval,
0,
Animation.ANIMATIONLOOPMODE_CONSTANT,
ease
);
}

0 comments on commit 944887f

Please sign in to comment.