Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
PENGUINLIONG committed Nov 30, 2022
1 parent 88ea650 commit 8f4af25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/taichi/examples/graph/texture_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main():
mod.save(tmpdir, '')
else:
t = 0.0
window = ti.ui.Window('UV', res, True)
window = ti.ui.Window('UV', res)
canvas = window.get_canvas()
while window.running:
g.run({'t': t, 'pixels_arr': pixels_arr, 'tex': texture})
Expand Down

0 comments on commit 8f4af25

Please sign in to comment.