mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +00:00
rogueviz:: graphs:: do not display images if shift held
This commit is contained in:
parent
b49266cbce
commit
d1ebc3baae
@ -407,7 +407,7 @@ void queuedisk(const shiftmatrix& V, const colorpair& cp, bool legend, const str
|
||||
poly_outline = (bordcolor << 8) | 0xFF;
|
||||
|
||||
#if CAP_TEXTURE
|
||||
if(cp.img) {
|
||||
if(cp.img && !anyshiftclick) {
|
||||
for(hyperpoint h: cp.img->vertices)
|
||||
curvepoint(h);
|
||||
auto V1 = V; V1.T = rgpushxto0(V.T * C0);
|
||||
|
Loading…
Reference in New Issue
Block a user