mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fix entities not rendering after reloading resources
This commit is contained in:
parent
52da7f800b
commit
a165477108
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ public class SkinResourceManager implements IResourceManagerReloadListener {
|
|||
uuidSkins.clear();
|
||||
namedSkins.clear();
|
||||
executor.shutdownNow();
|
||||
executor = Executors.newSingleThreadExecutor();
|
||||
inProgress.clear();
|
||||
converted.clear();
|
||||
for (String domain : resourceManager.getResourceDomains()) {
|
||||
|
|
Loading…
Reference in a new issue