mirror of
https://github.com/Relintai/props.git
synced 2024-11-12 10:15:25 +01:00
Fix error message copy paste.
This commit is contained in:
parent
d670f8a968
commit
f526e99239
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user