Skip to content

Commit

Permalink
Correct mis-indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed Aug 23, 2023
1 parent 0dfac9c commit 590df31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ot-svg-example-skia.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
canvas.drawBitmap(glyphBitmap, 0, 0)
canvas.drawBitmap(glyphBitmap, width/2, 0)
canvas.drawBitmap(glyphBitmap, width, 0)
surface.flushAndSubmit()
glfw.swap_buffers(window)
surface.flushAndSubmit()
glfw.swap_buffers(window)

while (glfw.get_key(window, glfw.KEY_ESCAPE) != glfw.PRESS
and not glfw.window_should_close(window)):
Expand Down

0 comments on commit 590df31

Please sign in to comment.