Skip to content

Commit 782d1fd

Browse files
author
Stephen Hodgson
committed
updated comment
1 parent b5c7f22 commit 782d1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/Utilities/Scripts/Editor/ProjectSettingsWindow.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private void UpdateSettings(BuildTarget currentBuildTarget)
9393
// See: http://answers.unity3d.com/questions/886160/how-do-i-change-qualitysetting-for-my-platform-fro.html
9494
try
9595
{
96-
// Find the WSA element under the platform quality list and replace it's value with 0
96+
// Find the WSA element under the platform quality list and replace it's value with the current level.
9797
string settingsPath = "ProjectSettings/QualitySettings.asset";
9898
string matchPattern = @"(m_PerPlatformDefaultQuality.*Windows Store Apps:) (\d+)";
9999
string replacePattern = @"$1 " + currentQualityLevel;

0 commit comments

Comments
 (0)