diff options
| author | Rémi Verschelde | 2017-02-13 11:11:01 +0100 |
|---|---|---|
| committer | GitHub | 2017-02-13 11:11:01 +0100 |
| commit | bf64df4427836a4e7a5060ee11d75eea6da79b14 (patch) | |
| tree | f33b1c2a15fe7024716b3a611b625c652290d067 /scene/3d/multimesh_instance.cpp | |
| parent | 70b9aa379d99c78f6db87344e3002808dac70bfa (diff) | |
| parent | 0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a (diff) | |
| download | godot-bf64df4427836a4e7a5060ee11d75eea6da79b14.tar.gz godot-bf64df4427836a4e7a5060ee11d75eea6da79b14.tar.zst godot-bf64df4427836a4e7a5060ee11d75eea6da79b14.zip | |
Diffstat (limited to 'scene/3d/multimesh_instance.cpp')
| -rw-r--r-- | scene/3d/multimesh_instance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/multimesh_instance.cpp b/scene/3d/multimesh_instance.cpp index 31843fada..4c79fb6c0 100644 --- a/scene/3d/multimesh_instance.cpp +++ b/scene/3d/multimesh_instance.cpp @@ -36,7 +36,7 @@ void MultiMeshInstance::_bind_methods() { ClassDB::bind_method(_MD("set_multimesh","multimesh"),&MultiMeshInstance::set_multimesh); ClassDB::bind_method(_MD("get_multimesh"),&MultiMeshInstance::get_multimesh); - ADD_PROPERTY( PropertyInfo(Variant::OBJECT,"multimesh",PROPERTY_HINT_RESOURCE_TYPE,"MultiMesh"), _SCS("set_multimesh"), _SCS("get_multimesh")); + ADD_PROPERTY( PropertyInfo(Variant::OBJECT,"multimesh",PROPERTY_HINT_RESOURCE_TYPE,"MultiMesh"), "set_multimesh", "get_multimesh"); } |
