mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 17:27:58 +00:00
c7255388e1
The former needs to be allocated once per usage. The later is shared for all threads, which is more efficient. It can also be better debugged.