Skip to content
Snippets Groups Projects
Commit c250f218 authored by Logue's avatar Logue
Browse files

Merge branch 'main' of git.alchemyviewer.org:alchemy/alchemy-next

parents 247b4752 a06956d0
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -1049,7 +1049,7 @@ void BDFloaterPoser::onJointSet(LLUICtrl* ctrl, const LLSD& param) ...@@ -1049,7 +1049,7 @@ void BDFloaterPoser::onJointSet(LLUICtrl* ctrl, const LLSD& param)
S32 i = 0; S32 i = 0;
while (i < 3) while (i < 3)
{ {
cell2[i]->setValue(ll_round(item->getColumn(i + 2)->getValue(), 0.001f)); cell2[i]->setValue(ll_round(static_cast<F32>(item->getColumn(i + 2)->getValue().asReal()), 0.001f));
++i; ++i;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment