mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
GLOBAL_GET is an expensive operation which should not be used each frame / tick. This PR adds macros which do a cheaper revision check, and only call the expensive GLOBAL_GET when project settings have changed. Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com> |
||
|---|---|---|
| .. | ||
| doc_classes | ||
| editor | ||
| extensions | ||
| config.py | ||
| fbx_document.cpp | ||
| fbx_document.h | ||
| fbx_state.cpp | ||
| fbx_state.h | ||
| register_types.cpp | ||
| register_types.h | ||
| SCsub | ||