mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 18:38:20 -05:00
Add possiblity to add pauses in path spec (just a duration)
This commit is contained in:
@@ -211,6 +211,11 @@ bool AutoNavigationHandler::handleInstruction(const Instruction& instruction, in
|
||||
);
|
||||
break;
|
||||
|
||||
case InstructionType::Pause:
|
||||
endState = startState;
|
||||
success = true;
|
||||
break;
|
||||
|
||||
default:
|
||||
LERROR(fmt::format("Non-implemented instruction type: {}.", instruction.type));
|
||||
success = false;
|
||||
|
||||
Reference in New Issue
Block a user