This commit is contained in:
parent
163608ded6
commit
cd87d0818d
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ void CNpcPlayerBubblePlatform::postInit()
|
|||
CNpcPlatform::postInit();
|
||||
|
||||
m_pop = false;
|
||||
|
||||
setCollisionSize( 30, 30 );
|
||||
setCollisionCentreOffset( 0, -15 );
|
||||
|
||||
calculateNonRotatedCollisionData();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue