Skip to content
Snippets Groups Projects
Commit 0f3d95f2 authored by Matt Johnston's avatar Matt Johnston
Browse files

jagged

up_x = if down < T {
    up_x * 2
} else {
    up_x.saturating_sub(down/2)
}.max(1);
parent 2d965c45
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment