Skip to content

Commit a82c218

Browse files
committed
Update binding_generator.py
1 parent 319de98 commit a82c218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ def generate_compat_includes(godot_repo: Path, output_dir: Path, target_dir: Pat
15841584
result.append(f"#include <{Path(file_godot_name).as_posix()}>\n")
15851585
result.append("#else\n")
15861586

1587-
#for line in after_marker:
1587+
# for line in after_marker:
15881588
# if line.strip() not in {"namespace godot {", "} // namespace godot"}:
15891589
# result.append(line)
15901590
result.extend(after_marker)

0 commit comments

Comments
 (0)