]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Ray.hh
simplified win32 installer build script
[chaz/yoink] / src / Moof / Ray.hh
index 23ebd7655924ea9a6819fecd1ca3354f51e56c33..5a693d29be996da95d2065b3e617ad971971a6cc 100644 (file)
@@ -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);
This page took 0.017075 seconds and 4 git commands to generate.