oops, typo made polygons sometimes not show up

This commit is contained in:
David Rose 2003-11-13 06:16:45 +00:00
parent e27ed62d8b
commit 9ca8280f34

View File

@ -55,7 +55,7 @@ CollisionSolid(const CollisionSolid &copy) :
_effective_normal(copy._effective_normal),
_flags(copy._flags)
{
_flags &= ~F_viz_geom_stale;
_flags |= F_viz_geom_stale;
}
////////////////////////////////////////////////////////////////////