X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FCharacter.cc;h=411c0327e641ba8c5ff0883f0efc0d4a22d6f366;hp=873f9e13c74db5a2103ddb893d27af2ac010f9b1;hb=1dd005530930657fd6216edc1dfcfa4c270a81c9;hpb=f72400af4fa3e7b54dab154b5a2b6503a6f9af18 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]);