mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Remove commented printf : IIN: (%.3f,%.3f) in (%.3f -> %.3f, %.3f -> %.3f)\n
This commit is contained in:
parent
d5401b41de
commit
e7cfaf8bae
@ -280,7 +280,6 @@ void QTNode::buildVertexes() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool QTNode::IsInNode(const QTNode *n, const PathNode *o) {
|
bool QTNode::IsInNode(const QTNode *n, const PathNode *o) {
|
||||||
//printf("IIN: (%.3f,%.3f) in (%.3f -> %.3f, %.3f -> %.3f)\n", o->x, o->y, n->minx, n->maxx, n->miny, n->maxy);
|
|
||||||
if( o->x >= n->minx && o->x < n->maxx
|
if( o->x >= n->minx && o->x < n->maxx
|
||||||
&& o->y >= n->miny && o->y < n->maxy )
|
&& o->y >= n->miny && o->y < n->maxy )
|
||||||
return(true);
|
return(true);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user