Moving a comment into a #if UNITY_WSA directive

This commit is contained in:
antone.franich 2020-03-31 08:43:19 -07:00
Родитель 868d4deb46
Коммит 78e9397e19
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -25,10 +25,10 @@ namespace Assets.Editor
#endif
}
//Use Regex to determine the Simulation Mode that was passed as a command line arguement.
//Default to not activating the emulation window if we can't determine.
#if UNITY_WSA
//Use Regex to determine the Simulation Mode that was passed as a command line arguement.
//Default to not activating the emulation window if we can't determine.
private static string getSimulationMode()
{