Update assetManager_ScriptBinding.h

This commit is contained in:
marauder2k7 2025-10-11 19:08:20 +01:00
parent f1658d2e1e
commit 64605a5c00

View file

@ -876,7 +876,7 @@ DefineEngineMethod(AssetManager, compileModuleAssets, bool, (const char* moduleD
if (pModuleDefinition == NULL)
{
// No, so warn.
Con::warnf("AssetManager::removeDeclaredAssets() - Could not find the module definition '%s'.", moduleDefinition);
Con::warnf("AssetManager::compileModuleAssets() - Could not find the module definition '%s'.", moduleDefinition);
return false;
}