mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Bindings: Fix missing default value
This commit is contained in:
parent
fc70824f7c
commit
068b58b3ce
@ -382,7 +382,7 @@ void VisualServer::_bind_methods() {
|
||||
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("mesh_create"),&VisualServer::mesh_create);
|
||||
ObjectTypeDB::bind_method(_MD("mesh_add_surface"),&VisualServer::mesh_add_surface, DEFVAL(NO_INDEX_ARRAY));
|
||||
ObjectTypeDB::bind_method(_MD("mesh_add_surface"),&VisualServer::mesh_add_surface, DEFVAL(Array()), DEFVAL(false));
|
||||
ObjectTypeDB::bind_method(_MD("mesh_surface_set_material"),&VisualServer::mesh_surface_set_material,DEFVAL(false));
|
||||
ObjectTypeDB::bind_method(_MD("mesh_surface_get_material"),&VisualServer::mesh_surface_get_material);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user