1
0
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:
Delyan Angelov 2021-02-05 19:35:51 +02:00
parent 9a7ecf2807
commit 576492af4e

View File

@ -957,7 +957,7 @@ fn main() {
bg_color: app.theme.bg_color
width: default_window_width
height: default_window_height
sample_count: 8 // higher quality curves
sample_count: 4 // higher quality curves
create_window: true
window_title: window_title_
frame_fn: frame