We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04965f3 commit 3036195Copy full SHA for 3036195
project.hxp
@@ -1470,8 +1470,8 @@ class Project extends HXProject
1470
1471
function clearAssets():Void
1472
{
1473
- // We don't want the haxe compilation server deleting our assets, do we?
1474
- if (!isDisplay()) return;
+ // We don't want the haxe compilation server deleting our assets, do we?
+ if (isDisplay()) return;
1475
1476
var exportPath:Null<String> = app.path ?? "";
1477
0 commit comments