You've already forked godot
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user