]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/brush.cpp
* reactivated WXY_Print function to generate screenshots from the xy window
[xonotic/netradiant.git] / radiant / brush.cpp
index b2dcf24dfabcf1349ba4c4cd59fc2c0de874fbfb..14a7cf254786a3e40e29c886936f7dfd3f095fce 100644 (file)
@@ -1995,8 +1995,6 @@ Brush_Ray
 Itersects a ray with a brush
 Returns the face hit and the distance along the ray the intersection occured at
 Returns NULL and 0 if not hit at all
-
-http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=556
 ==============
 */
 extern bool Patch_Ray(patchMesh_t *patch, vec3_t origin, vec3_t dir, double *t, double *u, double *v);