mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-03 02:48:32 -06:00
Move Space/Time component into simple menu version
Move regular menu to F3 Move easy menu to F2 Remove extra text
This commit is contained in:
@@ -367,12 +367,12 @@ void NumericalProperty<T>::setMaxValue(T value) {
|
||||
|
||||
template <typename T>
|
||||
T NumericalProperty<T>::steppingValue() const {
|
||||
return _steppingValue;
|
||||
return _stepping;
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
void NumericalProperty<T>::setSteppingValue(T value) {
|
||||
_steppingValue = std::move(value);
|
||||
_stepping = std::move(value);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user