From e8f3b83dd8e793bf6cda6cbfe21e07d90cbbc767 Mon Sep 17 00:00:00 2001 From: player-03 Date: Sun, 19 Oct 2014 10:34:41 -0700 Subject: [PATCH] Don't skip the first argument. (See comments on previous commit.) --- tools/platforms/FlashPlatform.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/platforms/FlashPlatform.hx b/tools/platforms/FlashPlatform.hx index 058d37230..cc6656261 100644 --- a/tools/platforms/FlashPlatform.hx +++ b/tools/platforms/FlashPlatform.hx @@ -78,7 +78,7 @@ class FlashPlatform extends PlatformTarget { } - var index = 2; + var index = 1; while (index < args.length) {