diff options
| author | Ignacio Etcheverry | 2017-08-09 13:54:55 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry | 2017-08-10 07:17:51 +0200 |
| commit | 78619a5866f44b057bc539e46a936f7580360800 (patch) | |
| tree | 5ed9bb7c0b4b10e3979f5ada26505e62ba465c4a /scene/resources/tile_set.cpp | |
| parent | b8420cda9c449160330ae30f1f89be7238502ee6 (diff) | |
| download | godot-78619a5866f44b057bc539e46a936f7580360800.tar.gz godot-78619a5866f44b057bc539e46a936f7580360800.tar.zst godot-78619a5866f44b057bc539e46a936f7580360800.zip | |
Diffstat (limited to 'scene/resources/tile_set.cpp')
| -rw-r--r-- | scene/resources/tile_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/tile_set.cpp b/scene/resources/tile_set.cpp index ecb27008d..44fe676dd 100644 --- a/scene/resources/tile_set.cpp +++ b/scene/resources/tile_set.cpp @@ -550,7 +550,7 @@ void TileSet::_bind_methods() { ClassDB::bind_method(D_METHOD("clear"), &TileSet::clear); ClassDB::bind_method(D_METHOD("get_last_unused_tile_id"), &TileSet::get_last_unused_tile_id); ClassDB::bind_method(D_METHOD("find_tile_by_name", "name"), &TileSet::find_tile_by_name); - ClassDB::bind_method(D_METHOD("get_tiles_ids", "name"), &TileSet::_get_tiles_ids); + ClassDB::bind_method(D_METHOD("get_tiles_ids"), &TileSet::_get_tiles_ids); } TileSet::TileSet() { |
