forked from unfa/liblast
Merge branch 'main' of ssh://git.gieszer.link:2222/unfa/liblast
This commit is contained in:
commit
d9584026de
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ func update_hud():
|
|||
scores.reverse()
|
||||
var rank = scores.find(score) + 1
|
||||
|
||||
scores.remove(scores.find(score))
|
||||
scores.remove_at(scores.find(score))
|
||||
scores.sort()
|
||||
scores.reverse()
|
||||
|
||||
|
|
Loading…
Reference in a new issue