Process the comments once again.

This commit is contained in:
Relintai 2022-06-05 23:47:04 +02:00
parent e4a07e87a3
commit db534b724b

View File

@ -56,6 +56,8 @@ class GDSScope:
if cl.begins_with("#"):
scope_lines.append(cl)
scope_line_order.push_back(GDScopeLineType.GDSCOPE_TYPE_LINE)
scope_line_order.push_back(scope_lines.size() - 1)
current_index += 1
continue