mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gg: remove obsolete usages of use_ortho: true
This commit is contained in:
parent
cc91d9bee3
commit
f18265e6a8
19 changed files with 17 additions and 36 deletions
|
@ -423,7 +423,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: '3D Ray Marching Cube'
|
||||
user_data: app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue