Skip to content

Commit 3036195

Browse files
AbnormalPoofHundrec
authored andcommitted
Fix the assets folder... not deleting assets at all.
1 parent 04965f3 commit 3036195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.hxp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,8 +1470,8 @@ class Project extends HXProject
14701470

14711471
function clearAssets():Void
14721472
{
1473-
// We don't want the haxe compilation server deleting our assets, do we?
1474-
if (!isDisplay()) return;
1473+
// We don't want the haxe compilation server deleting our assets, do we?
1474+
if (isDisplay()) return;
14751475

14761476
var exportPath:Null<String> = app.path ?? "";
14771477

0 commit comments

Comments
 (0)