remove two debug prints
git-svn-id: svn://svn.icculus.org/netradiant/trunk@151 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
8b35b06adb
commit
11323f121c
|
|
@ -1093,7 +1093,6 @@ void MoveBrushesToWorld( entity_t *ent )
|
||||||
|
|
||||||
/* we need to undo the common/origin adjustment, and instead shift them by the entity key origin */
|
/* we need to undo the common/origin adjustment, and instead shift them by the entity key origin */
|
||||||
VectorScale(ent->origin, -1, ent->originbrush_origin);
|
VectorScale(ent->origin, -1, ent->originbrush_origin);
|
||||||
Sys_Printf("func_group: adjusting by %f %f %f\n", ent->originbrush_origin[0], ent->originbrush_origin[1], ent->originbrush_origin[2]);
|
|
||||||
AdjustBrushesForOrigin(ent);
|
AdjustBrushesForOrigin(ent);
|
||||||
VectorClear(ent->originbrush_origin);
|
VectorClear(ent->originbrush_origin);
|
||||||
|
|
||||||
|
|
@ -1158,8 +1157,6 @@ void AdjustBrushesForOrigin( entity_t *ent )
|
||||||
brush_t *b;
|
brush_t *b;
|
||||||
parseMesh_t *p;
|
parseMesh_t *p;
|
||||||
|
|
||||||
Sys_Printf("origin: adjusting by %f %f %f\n", ent->originbrush_origin[0], ent->originbrush_origin[1], ent->originbrush_origin[2]);
|
|
||||||
|
|
||||||
/* walk brush list */
|
/* walk brush list */
|
||||||
for( b = ent->brushes; b != NULL; b = b->next )
|
for( b = ent->brushes; b != NULL; b = b->next )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user