mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 21:31:10 +01:00
Fix typo.
This commit is contained in:
parent
806a083cc9
commit
79995d2868
@ -7571,7 +7571,7 @@ void Entity::_bind_methods() {
|
||||
|
||||
ClassDB::bind_method(D_METHOD("body_instance", "data", "model_index"), &Entity::body_instance);
|
||||
ClassDB::bind_method(D_METHOD("body_on_changed"), &Entity::body_on_changed);
|
||||
w
|
||||
|
||||
BIND_VMETHOD(MethodInfo("_body_changed"));
|
||||
ADD_SIGNAL(MethodInfo("body_changed", PropertyInfo(Variant::OBJECT, "entity", PROPERTY_HINT_RESOURCE_TYPE, "Entity")));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user