2048: fix crash, when compiled with gcc > 6 and -prod

pull/6212/head
Delyan Angelov 2020-08-24 11:12:52 +03:00
parent b609836f79
commit 912bc8bca1
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ mut:
shifts int
}
//
[no_inline]
fn (t TileLine) to_left() TileLine {
right_border_idx := 5
mut res := t