1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-21 08:04:48 +00:00

vr:: controller ray now extend to the correct distance

This commit is contained in:
Zeno Rogue
2020-12-30 18:49:12 +01:00
parent 1b976d364b
commit cafc265cc6
4 changed files with 17 additions and 11 deletions

View File

@@ -4179,7 +4179,6 @@ EX bool should_draw_mouse_cursor() {
if(!mousing || inHighQual) return false;
if(outofmap(mouseh.h)) return false;
if(rug::rugged && !rug::renderonce) return true;
if(vrhr::active()) return true;
return false;
}