clearer project.xml haxedefs

This commit is contained in:
Cameron Taylor 2024-04-24 19:25:05 -04:00
parent b6247c933a
commit 03b1f17fe2
1 changed files with 2 additions and 4 deletions

View File

@ -240,10 +240,8 @@
</section>
<!-- Enable this on platforms which do not support the edsior views. -->
<haxedef name="CHART_EDITOR_UNSUPPORTED" if="html5" />
<section unless="CHART_EDITOR_UNSUPPORTED">
<haxedef name="CHART_EDITOR_SUPPORTED" />
</section>
<haxedef name="CHART_EDITOR_UNSUPPORTED" if="web" />
<haxedef name="CHART_EDITOR_SUPPORTED" unless="web"/>
<!-- Options for Polymod -->
<section if="polymod">