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