mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 17:34:08 +00:00
SetPosition, part 2
This commit is contained in:
parent
d23b2c423e
commit
52390062b3
14 changed files with 49 additions and 49 deletions
|
@ -647,7 +647,7 @@ CGlass::WindowRespondsToCollision(CEntity *entity, float amount, CVector speed,
|
|||
}
|
||||
|
||||
object->bGlassBroken = true;
|
||||
object->GetPosition().z = -100.0f;
|
||||
object->GetMatrix().GetPosition().z = -100.0f;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue