fix(GravityGun): take control before releasing
This commit is contained in:
parent
5314ab3077
commit
cb5f3d58a7
@ -99,6 +99,8 @@ namespace big
|
|||||||
}
|
}
|
||||||
else if (entity != 0)
|
else if (entity != 0)
|
||||||
{
|
{
|
||||||
|
functions::take_control_of_entity(entity);
|
||||||
|
|
||||||
ENTITY::SET_ENTITY_COLLISION(entity, true, true);
|
ENTITY::SET_ENTITY_COLLISION(entity, true, true);
|
||||||
ENTITY::SET_ENTITY_ALPHA(entity, 255, 0);
|
ENTITY::SET_ENTITY_ALPHA(entity, 255, 0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user