浏览代码

added comment

____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) {