mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
e772b65d92
* Ensures thread safety when resources are destroyed. * Simplified API by always forcing `ResourceCache::get_ref`, which needs less hacks and is fully thread safe. * Removed RWLock for resources because its not possible to use for the new logic. Should not be a problem. Supersedes #57533 |
||
---|---|---|
.. | ||
scene_debugger.cpp | ||
scene_debugger.h | ||
SCsub |