1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

rogueviz:: fixed smooth movement in smoothcam

This commit is contained in:
Zeno Rogue 2022-05-06 19:12:15 +02:00
parent 6fe07c389c
commit 4846ffcb53

View File

@ -140,7 +140,7 @@ transmatrix try_harder_relative_matrix(cell *at, cell *from) {
}
void edit_segment(int aid) {
cmode = 0;
cmode = sm::PANNING;
gamescreen(0);
dialog::init(XLAT("animation segment"), 0xFFFFFFFF, 150, 0);
dialog::addSelItem("interval", fts(anims[aid].start_interval), 'i');