Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 10, 2012
1 parent 3836436 commit ecbee95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/bspleaf.h
Expand Up @@ -35,7 +35,7 @@
void BspLeaf_UpdateAABox(BspLeaf* bspLeaf);

/**
* Update the center point in the map coordinate space.
* Update the mid point in the map coordinate space.
*
* @pre Axis-aligned bounding box must have been initialized.
*
Expand Down
2 changes: 0 additions & 2 deletions doomsday/engine/portable/src/bspleaf.c
Expand Up @@ -36,8 +36,6 @@ void BspLeaf_UpdateAABox(BspLeaf* leaf)
V2_Set(leaf->aaBox.min, DDMAXFLOAT, DDMAXFLOAT);
V2_Set(leaf->aaBox.max, DDMINFLOAT, DDMINFLOAT);

memset(&leaf->aaBox, 0, sizeof(leaf->aaBox));

hedgeIter = leaf->hedges;
if(!*hedgeIter) return; // Very odd...

Expand Down

0 comments on commit ecbee95

Please sign in to comment.