1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-14 01:58:06 +00:00

3D drawing

This commit is contained in:
Zeno Rogue
2020-12-30 20:21:07 +01:00
parent 49f0c248bd
commit d5fc277531
3 changed files with 20 additions and 8 deletions

View File

@@ -1584,7 +1584,7 @@ EX namespace mapeditor {
}
EX shiftpoint find_mouseh3() {
if(vrhr::active() && WDIM == 2)
if(vrhr::active())
return mouseh;
if(front_config == eFront::sphere_camera)
return in_front_dist(front_edit);