Skip to content

Commit

Permalink
A trivial change.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuina committed Jul 16, 2018
1 parent 2b1c2ea commit 2b54e9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/sys/snippet.knd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ do @wndMain :: wnd@makeWnd(null, %aspect, 1600, 900, "Title")
do @drawMain :: wnd@makeDraw(@wndMain, 0, 0, 1600, 900, %scale, %scale, false)

while(wnd@act())
do draw@rect(0.0, 0.0, 1600.0, 900.0, 0xFF333333)
do draw@render(60)
end while
end func
Expand Down

0 comments on commit 2b54e9b

Please sign in to comment.