mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 14:00:13 +00:00
rogueviz::smoothcam:: fixup to current_segment
This commit is contained in:
parent
639eea08a2
commit
e1b0982e89
@ -233,7 +233,7 @@ void show() {
|
||||
labels.clear();
|
||||
|
||||
for(auto& anim: anims) {
|
||||
dialog::addSelItem("segment #" + its(aid) + (anim == ¤t_segment ? "*" : ""), fts(anim.start_interval), key++);
|
||||
dialog::addSelItem("segment #" + its(aid) + (&anim == current_segment ? "*" : ""), fts(anim.start_interval), key++);
|
||||
dialog::add_action_push([aid] { edit_segment(aid); });
|
||||
int id = 0;
|
||||
for(auto& f: anim.frames) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user