mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 07:20:10 +02:00
Merge branch 'baseball' of github.com:huffman/hifi into baseball
This commit is contained in:
commit
9fa6216dc0
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ void AvatarActionHold::updateActionWorker(float deltaTimeStep) {
|
|||
});
|
||||
|
||||
if (it != std::end(plugins)) {
|
||||
const auto& vive = it->dynamicCast<ViveControllerManager>();
|
||||
const auto& vive = std::dynamic_pointer_cast<ViveControllerManager>(*it);
|
||||
auto index = (_hand == "left") ? 0 : 1;
|
||||
auto userInputMapper = DependencyManager::get<UserInputMapper>();
|
||||
auto pos = extractTranslation(userInputMapper->getSensorToWorldMat());
|
||||
|
|
Loading…
Reference in a new issue