Skip to content

Commit

Permalink
Call the proper method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Mar 7, 2024
1 parent 66dcbb0 commit a94f302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2529,7 +2529,7 @@ LayeredTileMapLayerEditorTilesPlugin::LayeredTileMapLayerEditorTilesPlugin() {
atlas_sources_split_container->add_child(tile_atlas_view);

tile_atlas_control = memnew(Control);
tile_atlas_control->connect("draw", this, "set_atlas_view_transform");
tile_atlas_control->connect("draw", this, "_tile_atlas_control_draw");
tile_atlas_control->connect("mouse_exited", this, "_tile_atlas_control_mouse_exited");
tile_atlas_control->connect("gui_input", this, "_tile_atlas_control_gui_input");
tile_atlas_view->add_control_over_atlas_tiles(tile_atlas_control);
Expand Down

0 comments on commit a94f302

Please sign in to comment.