And another

0.6.8-post-fixes
Kitto Flora 2009-09-30 19:04:06 +02:00
parent 6b65eb76d0
commit 11750a272e
1 changed files with 1 additions and 1 deletions

View File

@ -3485,7 +3485,7 @@ if (m_shape != null) {
else
{ // Remove VolumeDetect in any case. Note, it's safe to call SetVolumeDetect as often as you like
// (mumbles, well, at least if you have infinte CPU powers :-))
if (this.PhysActor != null)
if (pa != null)
{
PhysActor.SetVolumeDetect(0);
}