mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-14 14:41:15 +01:00
Fix duplicate bind.
This commit is contained in:
parent
d3c7a61cef
commit
0ee27d830b
@ -118,7 +118,6 @@ void CurveView::_bind_methods() {
|
||||
|
||||
ClassDB::bind_method(D_METHOD("_on_resize"), &CurveView::_on_resize);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("set_curve", "val"), &CurveView::set_curve);
|
||||
ClassDB::bind_method(D_METHOD("transform_point", "p"), &CurveView::transform_point);
|
||||
ClassDB::bind_method(D_METHOD("reverse_transform_point", "p"), &CurveView::reverse_transform_point);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user