Skip to content

Commit

Permalink
examples, android: remove use_ortho field from toast
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Sep 15, 2024
1 parent 7294c78 commit e5eb342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/android/toast/toast.v
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ fn main() {
app.gg = gg.new_context(
width: 200
height: 400
use_ortho: true // This is needed for 2D drawing
create_window: true
window_title: 'Toast Demo'
user_data: app
Expand Down

0 comments on commit e5eb342

Please sign in to comment.