mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Don't know how this didn't get committed.
This commit is contained in:
parent
981cd002b3
commit
c10c61b73b
1 changed files with 6 additions and 7 deletions
|
@ -26,7 +26,6 @@ import java.nio.file.Files;
|
||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.concurrent.atomic.AtomicInteger;
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
import javax.imageio.ImageIO;
|
import javax.imageio.ImageIO;
|
||||||
|
@ -104,7 +103,7 @@ public class ThreadDownloadImageETag extends SimpleTexture {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void loadTexture() {
|
private void loadTexture() {
|
||||||
switch(checkLocalCache()) {
|
switch (checkLocalCache()) {
|
||||||
case GONE:
|
case GONE:
|
||||||
clearCache();
|
clearCache();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue