diff options
Diffstat (limited to 'scene/resources/texture.cpp')
-rw-r--r-- | scene/resources/texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/texture.cpp b/scene/resources/texture.cpp index 6e155ddf91..b212bba826 100644 --- a/scene/resources/texture.cpp +++ b/scene/resources/texture.cpp @@ -1938,7 +1938,7 @@ void TextureLayered::_bind_methods() { ClassDB::bind_method(D_METHOD("get_height"), &TextureLayered::get_height); ClassDB::bind_method(D_METHOD("get_layers"), &TextureLayered::get_layers); ClassDB::bind_method(D_METHOD("has_mipmaps"), &TextureLayered::has_mipmaps); - ClassDB::bind_method(D_METHOD("get_layer_data"), &TextureLayered::get_layer_data); + ClassDB::bind_method(D_METHOD("get_layer_data", "layer"), &TextureLayered::get_layer_data); BIND_ENUM_CONSTANT(LAYERED_TYPE_2D_ARRAY); BIND_ENUM_CONSTANT(LAYERED_TYPE_CUBEMAP); |