mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 20:36:53 +01:00
Pass in Variant() instead of NULL for _processor_get_node_for's bind in Prop2DDataEntry.
This commit is contained in:
parent
a9fb61fb08
commit
1b3f8db220
@ -274,6 +274,6 @@ void Prop2DDataEntry::_bind_methods() {
|
||||
|
||||
ClassDB::bind_method(D_METHOD("_processor_handles", "node"), &Prop2DDataEntry::_processor_handles);
|
||||
ClassDB::bind_method(D_METHOD("_processor_process", "prop_data", "node", "transform", "entry"), &Prop2DDataEntry::_processor_process, Ref<Prop2DDataEntry>());
|
||||
ClassDB::bind_method(D_METHOD("_processor_get_node_for", "transform", "node"), &Prop2DDataEntry::_processor_get_node_for, NULL);
|
||||
ClassDB::bind_method(D_METHOD("_processor_get_node_for", "transform", "node"), &Prop2DDataEntry::_processor_get_node_for, Variant());
|
||||
ClassDB::bind_method(D_METHOD("_processor_evaluate_children"), &Prop2DDataEntry::_processor_evaluate_children);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user