[F] Fix number displaying as decimal

This commit is contained in:
Hykilpikonna
2021-01-27 18:17:24 -05:00
parent 492320e4d6
commit fa69fc92a2
+1 -1
View File
@@ -52,7 +52,7 @@ class DebugViewController: UIViewController
@IBAction func wvmStepperChange(_ sender: Any) @IBAction func wvmStepperChange(_ sender: Any)
{ {
wvmInput.text = String(wvmStepper.value) wvmInput.text = String(Int(wvmStepper.value))
} }
@IBAction func switchViewingMode(_ sender: Any) { @IBAction func switchViewingMode(_ sender: Any) {