Skip to content

Commit ef69b0b

Browse files
author
hai.lin
committed
ss
1 parent 41734c1 commit ef69b0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

game.go

-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,6 @@ func (p *Game) logicLoop(me coroutine.Thread) int {
761761
} else {
762762
for _, value := range timers {
763763
if value.Time <= gtime.Timer() {
764-
println("timer调用", value.Time)
765764
value.Func()
766765
deleteFuncs = append(deleteFuncs, key)
767766
}

0 commit comments

Comments
 (0)