Skip to content

Commit

Permalink
ADD clearAssetCache
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Sep 29, 2024
1 parent ce7d943 commit 472bbb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ldtk/Project.hx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ class Project {
}
}

public function clearAssetCache() {
assetCache = new Map();
}


/**
Try to resolve the Project file location in the current Asset management system
Expand Down

0 comments on commit 472bbb4

Please sign in to comment.