Fix return type

1bddeb974f (r138731107)
This commit is contained in:
Behdad Esfahbod 2024-02-16 22:07:36 +01:00
parent 582a5b3a92
commit 5d1ff191c0

View file

@ -357,7 +357,7 @@ struct AxisValue
case 2: return u.format2.get_value ();
case 3: return u.format3.get_value ();
case 4: return u.format4.get_axis_record (axis_index).get_value ();
default:return false;
default:return 0.f;
}
}