mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-08 04:28:17 +00:00
fixup
This commit is contained in:
parent
96b335e465
commit
10f1559da0
@ -87,6 +87,7 @@ void show_likelihood() {
|
||||
|
||||
keyhandler = [] (int sym, int uni) {
|
||||
|
||||
handlePanning(sym, uni);
|
||||
if(uni == '-' && held_id == -1) {
|
||||
for(int i=0; i<N; i++) if(rogueviz::vdata[i].m->base == mouseover)
|
||||
held_id = i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user