mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-07-17 15:56:57 +02:00
wip: fix: 16e->425e...?
This commit is contained in:
parent
2fd5fbaaf9
commit
54ab1d8ba1
6 changed files with 26 additions and 22 deletions
|
|
@ -636,9 +636,9 @@ impl Clock {
|
|||
todo!()
|
||||
}
|
||||
}
|
||||
impl<T: HasClock> Command<T> for ClockCommand {
|
||||
fn execute (&self, state: &mut T) -> Perhaps<Self> {
|
||||
self.execute(state.clock_mut()) // awesome
|
||||
impl<T: HasClock> Act<T> for ClockCommand {
|
||||
fn act (&self, state: &mut T) -> Perhaps<Self> {
|
||||
self.act(state.clock_mut()) // awesome
|
||||
}
|
||||
}
|
||||
impl ClockView {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue