SuccessChanges

Summary

  1. Keyframes are now live edited (to allow for better fine tweaking of camera paths) (details)
  2. Use a round method that does NOT crash when the computer's language uses commas as delimiter for floating point numbers (yes, German computers had a crash there) (details)
Commit f91791ff9ef502c35c8dae365f48c2441745a52b by CrushedPixel
Keyframes are now live edited (to allow for better fine tweaking of camera paths)
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiEditKeyframe.java
Commit 3b93df30e5c5876a7f3be3605f3a4cbc4207ce03 by CrushedPixel
Use a round method that does NOT crash when the computer's language uses commas as delimiter for floating point numbers (yes, German computers had a crash there)
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/utils/RoundUtils.java