mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-29 14:13:11 +00:00
removed ref to leftclick
This commit is contained in:
parent
6cf15d644f
commit
5b26fd0059
@ -585,7 +585,7 @@ bool drawVertex(const transmatrix &V, cell *c, shmup::monster *m) {
|
|||||||
|
|
||||||
int lid = shmup::lmousetarget ? shmup::lmousetarget->pid : -2;
|
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;
|
edgeinfo *ei = vd.edges[j].second;
|
||||||
vertexdata& vd1 = vdata[ei->i];
|
vertexdata& vd1 = vdata[ei->i];
|
||||||
vertexdata& vd2 = vdata[ei->j];
|
vertexdata& vd2 = vdata[ei->j];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user