Merge branch 'components-resource-pack-fix' of https://github.com/cadenmiller/PrismLauncher into components-resource-pack-fix

This commit is contained in:
cullvox
2023-09-15 20:41:27 -04:00
6 changed files with 78 additions and 74 deletions

View File

@ -272,7 +272,6 @@ struct TextFormatter {
bool processComponent(const QJsonValue& value, QString& result, const TextFormatter* parentFormat)
{
TextFormatter formatter;
if (parentFormat)
formatter = *parentFormat;