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