Merge pull request #11552 from Tetane/master
Add missing constant binding STRETCH_ASPECT_EXPAND in SceneTree
This commit is contained in:
commit
0761efaf36
1 changed files with 1 additions and 0 deletions
|
|
@ -2216,6 +2216,7 @@ void SceneTree::_bind_methods() {
|
|||
BIND_ENUM_CONSTANT(STRETCH_ASPECT_KEEP);
|
||||
BIND_ENUM_CONSTANT(STRETCH_ASPECT_KEEP_WIDTH);
|
||||
BIND_ENUM_CONSTANT(STRETCH_ASPECT_KEEP_HEIGHT);
|
||||
BIND_ENUM_CONSTANT(STRETCH_ASPECT_EXPAND);
|
||||
}
|
||||
|
||||
SceneTree *SceneTree::singleton = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue