mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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),
|
_effective_normal(copy._effective_normal),
|
||||||
_flags(copy._flags)
|
_flags(copy._flags)
|
||||||
{
|
{
|
||||||
_flags &= ~F_viz_geom_stale;
|
_flags |= F_viz_geom_stale;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user