Fix haxe 4.2 compatibility

This commit is contained in:
2021-04-05 19:47:53 -06:00
parent d00b2d02df
commit cc76199a72
5 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
(Sys.sleep delay)
(check file delay command erase))
(defun main []
(defun :Void main []
(check
(nth (Sys.args) 0)
(Std.parseFloat (nth (Sys.args) 1))