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
|
|
@ -523,7 +523,7 @@ void Physics2DTestMotionResult::_bind_methods() {
|
|||
Physics2DTestMotionResult::Physics2DTestMotionResult() {
|
||||
|
||||
colliding = false;
|
||||
result.collider_id = 0;
|
||||
|
||||
result.collider_shape = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue