Skip to content

Commit

Permalink
supply comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pankona committed Jun 23, 2024
1 parent f5873ad commit 4cbe40c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atkpane.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ func (a *attackPane) ZIndex() int {
}

func (a *attackPane) RemoveAll() {
// 初期化順序の関係で a が nil になることがある
// TODO: みっともないので直せたら直す
if a == nil {
return
}
Expand Down

0 comments on commit 4cbe40c

Please sign in to comment.