Explorar el Código

added comment

____tbvns____ hace 5 meses
padre
commit
e7bceb16b9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {