Skip to content

Commit 5818438

Browse files
Conflicts: source/phasereditor/phasereditor.assetpack.core/src/phasereditor/assetpack/core/AssetPackCore.java
2 parents 6471827 + ef41152 commit 5818438

File tree

1 file changed

+1
-1
lines changed
  • source/phasereditor/phasereditor.assetpack.core/src/phasereditor/assetpack/core

1 file changed

+1
-1
lines changed

source/phasereditor/phasereditor.assetpack.core/src/phasereditor/assetpack/core/AssetPackCore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ public static AssetPackModel getAssetPackModel(IFile file) throws Exception {
550550
}
551551

552552
public static AssetPackModel getAssetPackModel(IFile file, boolean forceCreate) {
553-
553+
554554
synchronized (_filePackMap) {
555555

556556
if (_filePackMap.containsKey(file)) {

0 commit comments

Comments
 (0)