1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #98356 from dustdfg/gdscript_endif_readability_comments

Add some comments to `#endif's` where it helps readability
This commit is contained in:
Clay John
2024-10-24 19:11:42 -07:00
committed by GitHub
6 changed files with 24 additions and 20 deletions

View File

@@ -244,7 +244,7 @@ void GDScriptParser::apply_pending_warnings() {
pending_warnings.clear();
}
#endif
#endif // DEBUG_ENABLED
void GDScriptParser::override_completion_context(const Node *p_for_node, CompletionType p_type, Node *p_node, int p_argument) {
if (!for_completion) {