This commit is contained in:
Zeno Rogue 2022-07-23 15:42:42 +02:00
parent 96b335e465
commit 10f1559da0
1 changed files with 1 additions and 0 deletions

View File

@ -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;