mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
opt gdb
This commit is contained in:
parent
7355064173
commit
8feb26089f
@ -29,8 +29,8 @@ func (f *Frame) Start(m *ice.Message, arg ...string) bool {
|
||||
case <-f.e:
|
||||
return true
|
||||
|
||||
case <-time.Tick(f.t):
|
||||
// m.Cmd(TIMER, ACTION)
|
||||
// case <-time.Tick(f.t):
|
||||
// // m.Cmd(TIMER, ACTION)
|
||||
|
||||
case s := <-f.s:
|
||||
m.Cmd(SIGNAL, ACTION, ACTION, SIGNAL, s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user