aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/surface_tool.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-12-10 00:43:30 +0100
committerRémi Verschelde2017-12-10 00:43:49 +0100
commitce0f894b4844b74b4f423056b5dc13102d89cafb (patch)
tree79727ffb10b38818d54ba57ddd75a21930e0057c /scene/resources/surface_tool.cpp
parent028f959fb12562feaf7f2234f7cf0363ae8f4736 (diff)
downloadgodot-ce0f894b4844b74b4f423056b5dc13102d89cafb.tar.gz
godot-ce0f894b4844b74b4f423056b5dc13102d89cafb.tar.zst
godot-ce0f894b4844b74b4f423056b5dc13102d89cafb.zip
doc: Sync classref with current source
Diffstat (limited to '')
-rw-r--r--scene/resources/surface_tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/surface_tool.cpp b/scene/resources/surface_tool.cpp
index 352418e65..d8600e041 100644
--- a/scene/resources/surface_tool.cpp
+++ b/scene/resources/surface_tool.cpp
@@ -990,7 +990,7 @@ void SurfaceTool::_bind_methods() {
ClassDB::bind_method(D_METHOD("create_from", "existing", "surface"), &SurfaceTool::create_from);
ClassDB::bind_method(D_METHOD("append_from", "existing", "surface", "transform"), &SurfaceTool::append_from);
- ClassDB::bind_method(D_METHOD("commit", "existing"), &SurfaceTool::commit, DEFVAL(Variant()), DEFVAL(Mesh::ARRAY_COMPRESS_DEFAULT));
+ ClassDB::bind_method(D_METHOD("commit", "existing", "flags"), &SurfaceTool::commit, DEFVAL(Variant()), DEFVAL(Mesh::ARRAY_COMPRESS_DEFAULT));
}
SurfaceTool::SurfaceTool() {