diff options
| author | Hein-Pieter van Braam | 2017-02-12 01:11:37 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2017-02-13 10:37:47 +0100 |
| commit | 0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a (patch) | |
| tree | f33b1c2a15fe7024716b3a611b625c652290d067 /scene/gui/viewport_container.cpp | |
| parent | 70b9aa379d99c78f6db87344e3002808dac70bfa (diff) | |
| download | godot-0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a.tar.gz godot-0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a.tar.zst godot-0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a.zip | |
Diffstat (limited to 'scene/gui/viewport_container.cpp')
| -rw-r--r-- | scene/gui/viewport_container.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/viewport_container.cpp b/scene/gui/viewport_container.cpp index 9e89de66d..e3ad91ed7 100644 --- a/scene/gui/viewport_container.cpp +++ b/scene/gui/viewport_container.cpp @@ -94,7 +94,7 @@ void ViewportContainer::_bind_methods() { ClassDB::bind_method(_MD("set_stretch","enable"),&ViewportContainer::set_stretch); ClassDB::bind_method(_MD("is_stretch_enabled"),&ViewportContainer::is_stretch_enabled); - ADD_PROPERTY( PropertyInfo(Variant::BOOL,"stretch"),_SCS("set_stretch"),_SCS("is_stretch_enabled")); + ADD_PROPERTY( PropertyInfo(Variant::BOOL,"stretch"),"set_stretch","is_stretch_enabled"); } ViewportContainer::ViewportContainer() { |
