X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmoof%2Faabb.hh;h=b2fc4b0d23835ce44d1d7a6bb48afbe06bc6f3db;hb=d6990468d297a6cbee98e4d0d33ab37e1b2352c9;hp=64e8968be114d72268808c65ae3630ac69a24582;hpb=831f04d4bc19a390415ac0bbac4331c7a65509bc;p=chaz%2Fyoink 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);