Fix error message copy paste.

This commit is contained in:
Relintai 2021-08-10 09:22:13 +02:00
parent d670f8a968
commit f526e99239
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ void PropCache::material_cache_custom_key_unref(const uint64_t key) {
if (!_material_cache.has(key)) {
_custom_keyed_material_cache_mutex.unlock();
ERR_PRINT("PropCache::material_cache_unref: can't find cache!");
ERR_PRINT("PropCache::material_cache_custom_key_unref: can't find cache!");
return;
}