mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: fix 2048 on Apple M1
This commit is contained in:
parent
9a7ecf2807
commit
576492af4e
@ -957,7 +957,7 @@ fn main() {
|
|||||||
bg_color: app.theme.bg_color
|
bg_color: app.theme.bg_color
|
||||||
width: default_window_width
|
width: default_window_width
|
||||||
height: default_window_height
|
height: default_window_height
|
||||||
sample_count: 8 // higher quality curves
|
sample_count: 4 // higher quality curves
|
||||||
create_window: true
|
create_window: true
|
||||||
window_title: window_title_
|
window_title: window_title_
|
||||||
frame_fn: frame
|
frame_fn: frame
|
||||||
|
Loading…
Reference in New Issue
Block a user