examples: fix 2048 on Apple M1

pull/8593/head^2
Delyan Angelov 2021-02-05 19:35:51 +02:00
parent 9a7ecf2807
commit 576492af4e
1 changed files with 1 additions and 1 deletions

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