Fix selecting another background layer in minimaps

This commit is contained in:
Pieter Vander Vennet 2021-11-30 18:10:46 +01:00
parent 3f37848022
commit 6e9d4b327e
3 changed files with 15 additions and 4 deletions

View file

@ -197,6 +197,7 @@ export default class BackgroundMapSwitch extends Combine {
super(buttons)
this.SetClass("flex")
currentBackground.addCallbackAndRun(bg => console.trace("Current background is", bg.id))
}
}