You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
fixed screen_orientation not being assigned on ios
This commit is contained in:
@@ -662,6 +662,7 @@ void DisplayServerAppleEmbedded::screen_set_orientation(DisplayServer::ScreenOri
|
|||||||
int screen_count = get_screen_count();
|
int screen_count = get_screen_count();
|
||||||
ERR_FAIL_INDEX(p_screen, screen_count);
|
ERR_FAIL_INDEX(p_screen, screen_count);
|
||||||
|
|
||||||
|
screen_orientation = p_orientation;
|
||||||
if (@available(iOS 16.0, *)) {
|
if (@available(iOS 16.0, *)) {
|
||||||
[GDTAppDelegateService.viewController setNeedsUpdateOfSupportedInterfaceOrientations];
|
[GDTAppDelegateService.viewController setNeedsUpdateOfSupportedInterfaceOrientations];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user