Material error formatting using const char* instead of string

This commit is contained in:
rackover 2021-04-05 16:25:44 +02:00
parent 22d63bf3b6
commit 953dcd2057

View File

@ -245,7 +245,7 @@ namespace Assets
} }
} }
else { else {
Components::Logger::Print("Could not find any loaded techset with iw4 name %s for iw3 techset %s\n", iw4TechSetName, asset->techniqueSet->name); Components::Logger::Print("Could not find any loaded techset with iw4 name %s for iw3 techset %s\n", iw4TechSetName.data(), asset->techniqueSet->name);
} }
} }
else { else {