____tbvns____ преди 5 месеца
родител
ревизия
e7bceb16b9
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      PowerGDEditor/src/main/java/xyz/tbvns/Models/GDInstance.java

+ 1 - 0
PowerGDEditor/src/main/java/xyz/tbvns/Models/GDInstance.java

@@ -34,6 +34,7 @@ public class GDInstance {
         instance.userData = this;
     }
 
+    //TODO: Make this not break if the speed change in the middle of the animation
     public Model getFrameOnPercent(double percent) {
         double usablePercent = percent - (start / 100);
         if (usablePercent > 0) {