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