You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
Fix wrong return and argument types in documentation
(cherry picked from commit 1e752c0120)
This commit is contained in:
committed by
Rémi Verschelde
parent
975b4d2927
commit
19f08eaa5b
@@ -831,7 +831,7 @@ void SurfaceTool::_bind_methods() {
|
||||
ObjectTypeDB::bind_method(_MD("deindex"),&SurfaceTool::deindex);
|
||||
///ObjectTypeDB::bind_method(_MD("generate_flat_normals"),&SurfaceTool::generate_flat_normals);
|
||||
ObjectTypeDB::bind_method(_MD("generate_normals"),&SurfaceTool::generate_normals);
|
||||
ObjectTypeDB::bind_method(_MD("commit:Mesh","existing:Mesh"),&SurfaceTool::commit,DEFVAL( RefPtr() ));
|
||||
ObjectTypeDB::bind_method(_MD("commit:Mesh","existing:Mesh"),&SurfaceTool::commit,DEFVAL(Variant()));
|
||||
ObjectTypeDB::bind_method(_MD("clear"),&SurfaceTool::clear);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user