mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 21:55:53 +02:00
Killed two warnings
This commit is contained in:
parent
e4a0275f57
commit
4a1307fa38
1 changed files with 0 additions and 3 deletions
|
@ -316,7 +316,6 @@ void ApplicationOverlay::renderControllerPointer() {
|
|||
MyAvatar* myAvatar = application->getAvatar();
|
||||
|
||||
const HandData* handData = Application::getInstance()->getAvatar()->getHandData();
|
||||
int numberOfPalms = handData->getNumPalms();
|
||||
|
||||
for (unsigned int palmIndex = 2; palmIndex < 4; palmIndex++) {
|
||||
const PalmData* palmData = NULL;
|
||||
|
@ -431,8 +430,6 @@ void ApplicationOverlay::renderMagnifier(int mouseX, int mouseY)
|
|||
magnifyHeight = widgetHeight - mouseY;
|
||||
}
|
||||
|
||||
const float halfMagnifyHeight = magnifyHeight / 2.0f;
|
||||
|
||||
float newWidth = magnifyWidth * magnification;
|
||||
float newHeight = magnifyHeight * magnification;
|
||||
|
||||
|
|
Loading…
Reference in a new issue