SimulaVR / Simula

Linux VR Desktop
MIT License
2.91k stars 87 forks source link

moveToUnoccupied not working properly #55

Closed lboklin closed 5 years ago

lboklin commented 5 years ago

It runs but the window does not actually move but stays, overlapping any other window in the same spot.

lboklin commented 5 years ago

Actually, I am shamefully responsible for this one.. it was right there in Weston.hs, with a FIXME and everything:

      -- | Position in front of camera
      -- FIXME: Messes with moveToUnoccupied and makes windows stack
      posInfront hmd comp

Edit: Fixed in 01628af