mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +02:00
Fix small typo in getPlatformTierNames()
This commit is contained in:
parent
a1fe046350
commit
c3d7e02964
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