mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Update GLM version
Correctly initialize all values as they are no longer default-initialized
This commit is contained in:
@@ -46,8 +46,8 @@ public:
|
||||
private:
|
||||
ScaleType _scaleFactor;
|
||||
ScaleType _friction;
|
||||
T _targetValue;
|
||||
T _currentValue;
|
||||
T _targetValue = T(0);
|
||||
T _currentValue = T(0);
|
||||
};
|
||||
|
||||
} // namespace openspace::interaction
|
||||
|
||||
Reference in New Issue
Block a user