diff options
| author | Juan Linietsky | 2015-01-02 13:21:07 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-01-02 13:21:07 -0300 |
| commit | aa36be3c9a588bdceae9fbe3f19407522668a7de (patch) | |
| tree | dac1615e4404156137ab1d946d53c8e1f5aa1e16 /scene/3d/immediate_geometry.cpp | |
| parent | 28daf19744423b989e0e2f04895554e3918b5920 (diff) | |
| download | godot-aa36be3c9a588bdceae9fbe3f19407522668a7de.tar.gz godot-aa36be3c9a588bdceae9fbe3f19407522668a7de.tar.zst godot-aa36be3c9a588bdceae9fbe3f19407522668a7de.zip | |
Diffstat (limited to 'scene/3d/immediate_geometry.cpp')
| -rw-r--r-- | scene/3d/immediate_geometry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/immediate_geometry.cpp b/scene/3d/immediate_geometry.cpp index a4206894f..651d20ae7 100644 --- a/scene/3d/immediate_geometry.cpp +++ b/scene/3d/immediate_geometry.cpp @@ -127,7 +127,7 @@ void ImmediateGeometry::_bind_methods() { ObjectTypeDB::bind_method(_MD("set_color","color"),&ImmediateGeometry::set_color); ObjectTypeDB::bind_method(_MD("set_uv","uv"),&ImmediateGeometry::set_uv); ObjectTypeDB::bind_method(_MD("set_uv2","uv"),&ImmediateGeometry::set_uv2); - ObjectTypeDB::bind_method(_MD("add_vertex","color"),&ImmediateGeometry::add_vertex); + ObjectTypeDB::bind_method(_MD("add_vertex","pos"),&ImmediateGeometry::add_vertex); ObjectTypeDB::bind_method(_MD("add_sphere","lats","lons","radius"),&ImmediateGeometry::add_sphere); ObjectTypeDB::bind_method(_MD("end"),&ImmediateGeometry::end); ObjectTypeDB::bind_method(_MD("clear"),&ImmediateGeometry::clear); |
