mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 05:33:11 +00:00
Merge pull request #11552 from Tetane/master
Add missing constant binding STRETCH_ASPECT_EXPAND in SceneTree
This commit is contained in:
commit
0761efaf36
@ -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…
Reference in New Issue
Block a user