X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Faabb.hh;h=b2fc4b0d23835ce44d1d7a6bb48afbe06bc6f3db;hp=64e8968be114d72268808c65ae3630ac69a24582;hb=382626aad0a683ed8642a6a807eea743db45f7f8;hpb=1da520638918096276158ecdfaeebc14a3d70be7 diff --git a/src/moof/aabb.hh b/src/moof/aabb.hh index 64e8968..b2fc4b0 100644 --- a/src/moof/aabb.hh +++ b/src/moof/aabb.hh @@ -24,8 +24,8 @@ #include #include // FIXME: this file is quite broken +#include #include -#include namespace moof { @@ -245,7 +245,7 @@ inline void aabb<3>::draw(scalar alpha) const glVertexPointer(3, GL_SCALAR, 0, vertices); glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); - texture::reset_binding(); + image::reset_binding(); glDrawElements(GL_QUADS, sizeof(indices), GL_UNSIGNED_BYTE, indices);