CreativeMD / CMDCam

GNU Lesser General Public License v3.0
37 stars 21 forks source link

smoothBeginning conflict with loops #74

Closed kfitzgerald closed 1 year ago

kfitzgerald commented 1 year ago

When smoothBeginning is enabled, any scene with a non-zero loop value will infinitely loop between the first two points of the scene.

Guessing it has to do with: https://github.com/CreativeMD/CMDCam/blob/1.19/src/main/java/team/creative/cmdcam/common/scene/run/CamRun.java#L44

CreativeMD commented 1 year ago

Thanks for reporting this issue. It is fixed in the newest version, which should be available in a few minutes.