Browse Source

added comment

____tbvns____ 5 months ago
parent
commit
e7bceb16b9
1 changed files with 1 additions and 0 deletions
  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) {