mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 06:53:46 +02:00
quiet compiler -- remove unused variable
This commit is contained in:
parent
981ac2ce7d
commit
a6fac2e780
1 changed files with 0 additions and 1 deletions
|
@ -507,7 +507,6 @@ QPoint ApplicationOverlay::getPalmClickLocation(const PalmData *palm) const {
|
|||
QPoint rv;
|
||||
auto canvasSize = qApp->getCanvasSize();
|
||||
if (qApp->isHMDMode()) {
|
||||
float t;
|
||||
glm::vec2 polar = getPolarCoordinates(*palm);
|
||||
glm::vec2 point = sphericalToScreen(-polar);
|
||||
rv.rx() = point.x;
|
||||
|
|
Loading…
Reference in a new issue