mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 21:45:35 +00:00
minor corretion
This commit is contained in:
parent
603af21715
commit
15afbe58a8
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ namespace Physic
|
|||
enum CollisionType {
|
||||
CollisionType_Nothing = 0, //<Collide with nothing
|
||||
CollisionType_World = 1<<0, //<Collide with world objects
|
||||
CollisionType_Actor = 1<<1, //<Collide internal capsule Still Used?
|
||||
CollisionType_HeightMap = 1<<2, //<collide with external capsule Still used?
|
||||
CollisionType_Actor = 1<<1, //<Collide sith actors
|
||||
CollisionType_HeightMap = 1<<2, //<collide with heightmap
|
||||
CollisionType_Raycasting = 1<<3 //Still used?
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue