mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
Revert "Better handle interpolation when setting interpolation time to 0"
This reverts commit 8cf5f96392.
This commit is contained in:
@@ -51,7 +51,6 @@ public:
|
||||
|
||||
private:
|
||||
std::function<T(float)> _transferFunction;
|
||||
bool _isInterpolating = false;
|
||||
float _t = 1.f;
|
||||
float _interpolationTime = 1.f;
|
||||
float _scaledDeltaTime = 0.f;
|
||||
|
||||
Reference in New Issue
Block a user