nsmenu working submenu navigation; new graphics bug discovered

This commit is contained in:
Minjae Song
2018-12-10 03:33:08 +09:00
parent c4b4bfd2fc
commit 984eb4de00
4 changed files with 110 additions and 33 deletions

View File

@@ -938,4 +938,4 @@ fun interpolateLinear(scale: Double, startValue: Double, endValue: Double): Doub
return endValue
}
return (1.0 - scale) * startValue + scale * endValue
}
}