This commit is contained in:
Nav
2022-09-14 19:46:16 +01:00
parent d8f842b299
commit eb7ce58b75
3 changed files with 3 additions and 3 deletions

View File

@@ -492,7 +492,7 @@ namespace Bloom
if (this->selectedVariant == nullptr) {
/*
* Given that we haven't been able to select a variant at this point, we will just fallback to the first
* Given that we haven't been able to select a variant at this point, we will just fall back to the first
* one that is available.
*/
this->selectVariant(&(this->supportedVariantsByName.begin()->second));