mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 02:48:25 -05:00
Started implementing pause/stop behaviors
This commit is contained in:
@@ -143,9 +143,6 @@ void PathSegment::initCurve() {
|
||||
case CurveType::Linear:
|
||||
_curve = std::make_shared<LinearCurve>(_start, _end);
|
||||
break;
|
||||
case CurveType::Pause:
|
||||
_curve = std::make_shared<PauseCurve>(_start);
|
||||
break;
|
||||
default:
|
||||
LERROR("Could not create curve. Type does not exist!");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user