We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51d3fe commit 0426552Copy full SHA for 0426552
manim/renderer/opengl_shader_program.py
@@ -54,7 +54,6 @@ def get_shader_code_from_file(filename: Path) -> str | None:
54
result,
55
flags=re.MULTILINE,
56
)
57
- print(insertions)
58
for line in insertions:
59
include_path = line.strip().replace("#include", "")
60
include_path = include_path.replace('"', "")
0 commit comments