* ODE Fixed annoying bug where resizing causes there to be a 'ghost' prim left that blocks your way.
parent
e9e72fe907
commit
43ea37b5a0
|
@ -1162,6 +1162,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
{
|
{
|
||||||
disableBody();
|
disableBody();
|
||||||
}
|
}
|
||||||
|
d.GeomDestroy(prim_geom);
|
||||||
// Construction of new prim
|
// Construction of new prim
|
||||||
if (this._parent_scene.needsMeshing(_pbs))
|
if (this._parent_scene.needsMeshing(_pbs))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue