spelling: zero-based

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 11:57:38 -04:00
committed by Jindra Petřík
parent 48d35fdf70
commit c761cef11f

View File

@@ -34,7 +34,7 @@ public class Scene implements TreeItem {
private SWF swf;
/**
* Start frame (zero-ased).
* Start frame (zero-based).
*/
public int startFrame;