Skip to content

Commit

Permalink
Reload the scene after images repack
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Oct 10, 2023
1 parent 910e453 commit 17ae36b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ public void rePackProjectImagesForAllResolutions(boolean reloadProjectData, Repa
ProjectManager projectManager = facade.retrieveProxy(ProjectManager.NAME);
ResourceManager resourceManager = facade.retrieveProxy(ResourceManager.NAME);
resourceManager.loadCurrentProjectData(projectManager.getCurrentProjectPath(), currentResolutionName);
Sandbox.getInstance().loadCurrentProject();
facade.sendNotification(ProjectManager.PROJECT_DATA_UPDATED);
});
}
Expand Down

0 comments on commit 17ae36b

Please sign in to comment.