horriblé
This commit is contained in:
parent
7b350fa403
commit
26d03ca5cc
@ -334,6 +334,7 @@ void RemotePlayer::Render(TextureAtlas& atlas, Shader& shader, Transformation tr
|
|||||||
|
|
||||||
|
|
||||||
glLoadMatrixf(tran.GetMatrix().GetInternalValues());
|
glLoadMatrixf(tran.GetMatrix().GetInternalValues());
|
||||||
|
glDepthFunc(GL_LEQUAL);
|
||||||
glBegin(GL_QUADS);
|
glBegin(GL_QUADS);
|
||||||
glTexCoord2f(u, v); glVertex3f(v1.x, v1.y, v1.z);
|
glTexCoord2f(u, v); glVertex3f(v1.x, v1.y, v1.z);
|
||||||
glTexCoord2f(u + w, v); glVertex3f(v2.x, v2.y, v2.z);
|
glTexCoord2f(u + w, v); glVertex3f(v2.x, v2.y, v2.z);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user