mirror of
https://github.com/PeytonPlayz595/Beta-1.1_02
synced 2025-06-05 18:32:01 -09:00
CLAMP -> CLAMP_TO_EDGE
This commit is contained in:
parent
52760d17d6
commit
07f08111c3
@ -115,6 +115,7 @@ public class EaglercraftGPU extends GlStateManager {
|
||||
}
|
||||
|
||||
public static void glTexParameteri(int target, int param, int value) {
|
||||
if(value == GL_CLAMP) value = GL_CLAMP_TO_EDGE;
|
||||
_wglTexParameteri(target, param, value);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user