From 8b56b03641ea49d26eee55f995a629f4e89c5637 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 20 Oct 2014 09:43:39 -0700 Subject: [PATCH] Disable arg combine --- tools/platforms/FlashPlatform.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/platforms/FlashPlatform.hx b/tools/platforms/FlashPlatform.hx index cc6656261..c431efb94 100644 --- a/tools/platforms/FlashPlatform.hx +++ b/tools/platforms/FlashPlatform.hx @@ -78,7 +78,7 @@ class FlashPlatform extends PlatformTarget { } - var index = 1; + /*var index = 1; while (index < args.length) { @@ -93,7 +93,7 @@ class FlashPlatform extends PlatformTarget { } - } + }*/ if (PlatformHelper.hostPlatform != Platform.WINDOWS) {