mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-03 05:06:50 +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.