mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Whops
This commit is contained in:
parent
b51d3fe200
commit
0426552ec9
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ def get_shader_code_from_file(filename: Path) -> str | None:
|
|||
result,
|
||||
flags=re.MULTILINE,
|
||||
)
|
||||
print(insertions)
|
||||
for line in insertions:
|
||||
include_path = line.strip().replace("#include", "")
|
||||
include_path = include_path.replace('"', "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue