diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-05-24 21:59:58 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-05-24 21:59:58 +0300 |
commit | 0318e3616702b19c088f4cd6138b768d45b7ef11 (patch) | |
tree | 10bd6bf23cce0dedc5040dedaaa450093a79a7d6 /indra/newview/app_settings | |
parent | 357f6d04edb354f12ae052f35c65cfd87ba4cb2d (diff) |
MAINT-6419 Simplified the version check + buildfix
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 7bcbf819e4..57a9db9337 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13285,7 +13285,7 @@ <key>Type</key> <string>Boolean</string> <key>Value</key> - <string>1</string> + <integer>1</integer> </map> <key>UploadBakedTexOld</key> <map> |