equality is ok
This commit is contained in:
parent
ee12b90f1e
commit
0e64c4a994
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ func (s *Scene) Update() error {
|
|||
if !ok {
|
||||
continue
|
||||
}
|
||||
if t := z.DrawOrder(); t > cz {
|
||||
if t := z.DrawOrder(); t >= cz {
|
||||
cz = t
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue