mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: remove obsolete usages of use_ortho: true
This commit is contained in:
@ -37,7 +37,6 @@ fn main() {
|
||||
width: window_width
|
||||
height: window_height
|
||||
font_size: 20
|
||||
use_ortho: true
|
||||
user_data: game
|
||||
window_title: 'Hot code reloading demo'
|
||||
create_window: true
|
||||
|
@ -23,7 +23,6 @@ fn main() {
|
||||
width: size
|
||||
height: size
|
||||
font_size: 20
|
||||
use_ortho: true
|
||||
user_data: context
|
||||
window_title: 'Graph builder'
|
||||
create_window: true
|
||||
|
Reference in New Issue
Block a user