X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FRay.hh;h=5a693d29be996da95d2065b3e617ad971971a6cc;hp=23ebd7655924ea9a6819fecd1ca3354f51e56c33;hb=b357615aba1dbde81e3c6999366604e6001010a7;hpb=7f3984f3f9524f5b6813e01ceb2fe576dadff94e diff --git a/src/Moof/Ray.hh b/src/Moof/Ray.hh index 23ebd76..5a693d2 100644 --- a/src/Moof/Ray.hh +++ b/src/Moof/Ray.hh @@ -70,6 +70,7 @@ struct Ray : public Drawable void draw(Scalar alpha = 0.0) const { Vector end = point + 1000.0 * direction; + // TODO this is kinda cheesy Mf::Texture::resetBind(); glBegin(GL_LINES);