mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops, typo made polygons sometimes not show up
This commit is contained in:
parent
e27ed62d8b
commit
9ca8280f34
@ -55,7 +55,7 @@ CollisionSolid(const CollisionSolid ©) :
|
||||
_effective_normal(copy._effective_normal),
|
||||
_flags(copy._flags)
|
||||
{
|
||||
_flags &= ~F_viz_geom_stale;
|
||||
_flags |= F_viz_geom_stale;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user