Skip to content

Commit

Permalink
Fix binding a method twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Mar 8, 2024
1 parent 5356c1a commit dbcb0ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,6 @@ void TileDataCollisionEditor::_notification(int p_what) {
}

void TileDataCollisionEditor::_bind_methods() {
ClassDB::bind_method(D_METHOD("_property_value_changed"), &TileDataCollisionEditor::_property_value_changed);
ClassDB::bind_method(D_METHOD("_property_selected"), &TileDataCollisionEditor::_property_selected);
ClassDB::bind_method(D_METHOD("_polygons_changed"), &TileDataCollisionEditor::_polygons_changed);
}
Expand Down

0 comments on commit dbcb0ac

Please sign in to comment.