spelling: zero-based

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 48d35fdf70
commit c761cef11f
@@ -34,7 +34,7 @@ public class Scene implements TreeItem {
private SWF swf;
/**
* Start frame (zero-ased).
* Start frame (zero-based).
*/
public int startFrame;