mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 09:34: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:
|
case <-f.e:
|
||||||
return true
|
return true
|
||||||
|
|
||||||
case <-time.Tick(f.t):
|
// case <-time.Tick(f.t):
|
||||||
// m.Cmd(TIMER, ACTION)
|
// // m.Cmd(TIMER, ACTION)
|
||||||
|
|
||||||
case s := <-f.s:
|
case s := <-f.s:
|
||||||
m.Cmd(SIGNAL, ACTION, ACTION, SIGNAL, s)
|
m.Cmd(SIGNAL, ACTION, ACTION, SIGNAL, s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user