-_-
This commit is contained in:
parent
604eab786e
commit
ce68e3168c
|
@ -35,7 +35,8 @@ public class RenderEngine {
|
||||||
int i = singleIntBuffer.get(0);
|
int i = singleIntBuffer.get(0);
|
||||||
if (s.startsWith("%%")) {
|
if (s.startsWith("%%")) {
|
||||||
clampTexture = true;
|
clampTexture = true;
|
||||||
setupTexture(readTextureImage(GL11.loadResourceBytes(s.substring(7))), i);
|
String[] s1 = s.split("%%");
|
||||||
|
setupTexture(readTextureImage(GL11.loadResourceBytes(s1[1])), i);
|
||||||
clampTexture = false;
|
clampTexture = false;
|
||||||
} else {
|
} else {
|
||||||
useMipmaps = true;
|
useMipmaps = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user