fixup mouse control

This commit is contained in:
Zeno Rogue 2019-11-22 16:37:21 +01:00
parent 3078451283
commit 4fb6563f27
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ EX void calcMousedest() {
transmatrix U = ggmatrix(cwt.at);
for(int i=0; i<cwt.at->type; i++) {
transmatrix T = currentmap->adj(cwt.at, (cwt+i).spin);
transmatrix T = currentmap->adj(cwt.at, i);
dists[i] = intval(mouseh, U * T * C0);
}