1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

removed ref to leftclick

This commit is contained in:
Zeno Rogue 2020-04-22 14:15:50 +02:00
parent 6cf15d644f
commit 5b26fd0059

View File

@ -585,7 +585,7 @@ bool drawVertex(const transmatrix &V, cell *c, shmup::monster *m) {
int lid = shmup::lmousetarget ? shmup::lmousetarget->pid : -2;
if(!leftclick) for(int j=0; j<isize(vd.edges); j++) {
if(!lshiftclick) for(int j=0; j<isize(vd.edges); j++) {
edgeinfo *ei = vd.edges[j].second;
vertexdata& vd1 = vdata[ei->i];
vertexdata& vd2 = vdata[ei->j];