mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #105628 from rsanchezsaez/apple/ios-visionos-4.5
Native visionOS platform support
This commit is contained in:
commit
25a3c27c41
141 changed files with 8711 additions and 5428 deletions
|
|
@ -585,7 +585,7 @@ bool OS::has_feature(const String &p_feature) {
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(IOS_SIMULATOR)
|
||||
#if defined(IOS_SIMULATOR) || defined(VISIONOS_SIMULATOR)
|
||||
if (p_feature == "simulator") {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue