mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Merge pull request #982 from liberza/fix/getPlatformTierNameTypo
Fix small typo in getPlatformTierNames()
This commit is contained in:
commit
36dea900e7
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ PlatformInfoScriptingInterface::PlatformTier PlatformInfoScriptingInterface::get
|
||||||
}
|
}
|
||||||
|
|
||||||
QStringList PlatformInfoScriptingInterface::getPlatformTierNames() {
|
QStringList PlatformInfoScriptingInterface::getPlatformTierNames() {
|
||||||
static const QStringList platformTierNames = { "UNKNWON", "LOW", "MID", "HIGH" };
|
static const QStringList platformTierNames = { "UNKNOWN", "LOW", "MID", "HIGH" };
|
||||||
return platformTierNames;
|
return platformTierNames;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue