ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits.
This commit is contained in:
parent
4aa31a2851
commit
cf8c679a23
89 changed files with 337 additions and 287 deletions
|
|
@ -267,8 +267,6 @@ CollisionObject2DSW::CollisionObject2DSW(Type p_type) :
|
|||
_static = true;
|
||||
type = p_type;
|
||||
space = NULL;
|
||||
instance_id = 0;
|
||||
canvas_instance_id = 0;
|
||||
collision_mask = 1;
|
||||
collision_layer = 1;
|
||||
pickable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue