future пре 1 година
родитељ
комит
dd8210a247
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      assets/script/run/scene_layer.ts

+ 1 - 0
assets/script/run/scene_layer.ts

@@ -89,6 +89,7 @@ export class scene_layer extends Component {
             let data = event.event_item_more_scene_is_show_arrow_event_data
             if(data!=null) {
                 if(data.is_show) {
+                    this.is_show_cur_directionBtn = true
                     this.changeUpNextDirectionBtn()
                 } else {
                     this.changeHideAllDirectionBtn()