Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LoopMode.Repeat implementation to support domains larger than dou…
…ble the original This matches the original C++ implementation. The situation I was seeing was: LoopMode: Repeat, StartFrame: 0, EndFrame: 2, `applyLoopMode(22.1)` should return `0.1` but would instead return `20.1`
- Loading branch information