X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmoof%2Fray.hh;h=b1f7bdde88e54d937b124ee06433900df56c2de4;hb=e9a16d767785b1a903a4466ff26265a5f7dae9e5;hp=9413f0daba240cbeb88d0d15d4a65dde605365d6;hpb=831f04d4bc19a390415ac0bbac4331c7a65509bc;p=chaz%2Fyoink diff --git a/src/moof/ray.hh b/src/moof/ray.hh index 9413f0d..b1f7bdd 100644 --- a/src/moof/ray.hh +++ b/src/moof/ray.hh @@ -19,9 +19,9 @@ */ #include +#include #include #include -#include namespace moof { @@ -60,7 +60,7 @@ struct ray : public drawable vector end = point + 1000.0 * direction; // FIXME: this is kinda cheesy - moof::texture::reset_binding(); + image::reset_binding(); glBegin(GL_LINES); glVertex(point); glVertex(end);