mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed gl error when load a skin from the server
This commit is contained in:
parent
57688aab0d
commit
488523670f
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ public class SkinUploader implements Closeable {
|
|||
}
|
||||
|
||||
private void onSetRemoteSkin(Type type, ResourceLocation location, MinecraftProfileTexture profileTexture) {
|
||||
if (fetchingSkin && remotePlayer.isTextureSetupComplete()) {
|
||||
if (fetchingSkin) {
|
||||
fetchingSkin = false;
|
||||
listener.onSetRemoteSkin(type, location, profileTexture);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue