Fix orientation forcing
This commit is contained in:
@@ -105,6 +105,7 @@ namespace Utility
|
||||
if (orientationPromptPrefab != null && promptInstance == null)
|
||||
{
|
||||
promptInstance = Instantiate(orientationPromptPrefab);
|
||||
DontDestroyOnLoad(promptInstance);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user