diff options
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -393,7 +393,7 @@ move_task :: (using db: *Database, source: s64, target: s64) { tasks[source + it] = tasks[source + it + 1]; } else { - for < move_size-1..0 + for #v2 < 0..move_size-1 tasks[target + it + 1] = tasks[target + it]; } |
