X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FCharacter.cc;h=411c0327e641ba8c5ff0883f0efc0d4a22d6f366;hb=8ad81a8282ce6e9e488a453e6bcd05fbc09715dc;hp=873f9e13c74db5a2103ddb893d27af2ac010f9b1;hpb=5fa5f117f28922a7e539a432367960c1a61f837d;p=chaz%2Fyoink diff --git a/src/Character.cc b/src/Character.cc index 873f9e1..411c032 100644 --- a/src/Character.cc +++ b/src/Character.cc @@ -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]);