mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 06:18:59 +00:00
fixed bumper colmodel
This commit is contained in:
parent
21ce0a4b28
commit
197c49d740
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ CTempColModels::Initialise(void)
|
|||
}
|
||||
|
||||
ms_colModelBumper1.boundingSphere.Set(2.2f, CVector(0.0f, -0.6f, 0.0f));
|
||||
ms_colModelBumper1.boundingBox.Set(CVector(-1.2f, -0.3f, -0.2f), CVector(1.2f, 0.3f, -0.2f));
|
||||
ms_colModelBumper1.boundingBox.Set(CVector(-1.2f, -0.3f, -0.2f), CVector(1.2f, 0.3f, 0.2f));
|
||||
|
||||
SET_COLMODEL_SPHERES(ms_colModelBumper1, s_aBumperSpheres);
|
||||
|
||||
|
|
Loading…
Reference in a new issue