]> Dogcows Code - chaz/yoink/blobdiff - src/Character.cc
more cleanup
[chaz/yoink] / src / Character.cc
index 873f9e13c74db5a2103ddb893d27af2ac010f9b1..411c0327e641ba8c5ff0883f0efc0d4a22d6f366 100644 (file)
@@ -143,7 +143,7 @@ void Character::draw(Mf::Scalar alpha) const
 
        Mf::Scalar s = 16.0;
 
-       glBegin(GL_QUADS);
+       glBegin(GL_TRIANGLE_FAN);
                glTexCoord2f(coords[0], coords[1]);
                glVertex3(state.position[0]-s, state.position[1]-s, z);
                glTexCoord2f(coords[2], coords[3]);
This page took 0.020857 seconds and 4 git commands to generate.