mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 20:41:33 +00:00
Remove commented printf : New Color at: (%.3f,%.3f,%.3f)\n
This commit is contained in:
parent
db5778916e
commit
afdaba60fe
@ -297,7 +297,6 @@ void color_disjoint_graphs(
|
|||||||
if(n->color != 0)
|
if(n->color != 0)
|
||||||
continue; //allready visited
|
continue; //allready visited
|
||||||
|
|
||||||
//printf("New Color at: (%.3f,%.3f,%.3f)\n", n->x, n->y, n->z);
|
|
||||||
|
|
||||||
cc = 1;
|
cc = 1;
|
||||||
djc = 0;
|
djc = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user