mirror of
https://github.com/Relintai/props.git
synced 2025-02-04 16:05:54 +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)) {
|
if (!_material_cache.has(key)) {
|
||||||
_custom_keyed_material_cache_mutex.unlock();
|
_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;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user