gg: remove obsolete usages of use_ortho: true

This commit is contained in:
Delyan Angelov 2021-06-24 11:07:09 +03:00
parent cc91d9bee3
commit f18265e6a8
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
19 changed files with 17 additions and 36 deletions

View file

@ -323,7 +323,6 @@ fn main() {
app.gg = gg.new_context(
width: win_width
height: win_height
use_ortho: true // This is needed for 2D drawing
create_window: true
window_title: 'V Wavefront OBJ viewer - Use the mouse wheel to zoom'
user_data: app
@ -336,4 +335,4 @@ fn main() {
app.ticks = time.ticks()
app.gg.run()
}
}