mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 15:14:19 +02:00
fix warning
This commit is contained in:
parent
efb044ea5e
commit
018b38e56d
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ void Hand::render(bool isMine, Model::RenderMode renderMode) {
|
|||
void Hand::renderHandTargets(bool isMine) {
|
||||
glPushMatrix();
|
||||
|
||||
MyAvatar* myAvatar = Application::getInstance()->getAvatar();
|
||||
const float avatarScale = Application::getInstance()->getAvatar()->getScale();
|
||||
|
||||
const float alpha = 1.0f;
|
||||
|
|
Loading…
Reference in a new issue