mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-08 05:16:00 +00:00
rug:: do not draw the mouseline in screenshot
This commit is contained in:
2
rug.cpp
2
rug.cpp
@@ -1037,7 +1037,7 @@ EX void prepareTexture() {
|
||||
#endif
|
||||
|
||||
drawthemap();
|
||||
if(mousing && !renderonce) {
|
||||
if(mousing && !renderonce && !inHighQual) {
|
||||
for(int i=0; i<numplayers(); i++) if(multi::playerActive(i))
|
||||
queueline(tC0(ggmatrix(playerpos(i))), mouseh, 0xFF00FF, 8 + vid.linequality);
|
||||
}
|
||||
|
Reference in New Issue
Block a user