X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=contrib%2Fbobtoolz%2FDPlane.h;h=88a33584622747152ebee554a882ebc10f36f4b7;hb=265c42d5a54ec436f9463e79e000b5a566a0b296;hp=6e840cdb71ba81b77b51065149d220d72eb0eeec;hpb=e4287c28bb2dafedc81c66e63951d947cfbeb225;p=xonotic%2Fnetradiant.git diff --git a/contrib/bobtoolz/DPlane.h b/contrib/bobtoolz/DPlane.h index 6e840cdb..88a33584 100644 --- a/contrib/bobtoolz/DPlane.h +++ b/contrib/bobtoolz/DPlane.h @@ -54,7 +54,7 @@ bool operator !=( DPlane& other ); bool operator ==( DPlane& other ); bool IsRedundant( std::list& pointList ); -bool PlaneIntersection( DPlane* pl1, DPlane* pl2, vec3_t out );; +bool PlaneIntersection( DPlane* pl1, DPlane* pl2, vec3_t out ); vec_t DistanceToPoint( vec3_t pnt );