correct continue in if handling,

move continue down if possible (invert expression of if when needed)
This commit is contained in:
Jindra Petřík
2021-01-29 20:14:32 +01:00
parent bc6e8770c1
commit f738e3b22b
6 changed files with 115 additions and 100 deletions

View File

@@ -12,7 +12,6 @@
<movie minorVersion="0" />
<movie platform="Flash Player" />
<movie background="#FFFFFF" />
<movie preferredSDK="AIR 33.1.1;33.1.1;" />
</output>
<!-- Other classes to be compiled into your SWF -->
<classpaths>
@@ -28,7 +27,7 @@
<option inline="False" />
<option locale="" />
<option loadConfig="" />
<option optimize="True" />
<option optimize="False" />
<option omitTraces="False" />
<option showActionScriptWarnings="True" />
<option showBindingWarnings="True" />

View File

@@ -3,6 +3,8 @@
<!--Any modifications you make may be lost.-->
<flex-config>
<target-player>25.0</target-player>
<benchmark>false</benchmark>
<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
<compiler>
<define append="true">
<name>CONFIG::debug</name>