Fixed up dbc.cpp so now just use it everywhere. I next need to find a way to pass that to format automatically.

This commit is contained in:
Zed A. Shaw 2025-03-17 23:53:58 -04:00
parent 2baa044695
commit a6d83db20c
10 changed files with 25 additions and 21 deletions

View file

@ -230,7 +230,7 @@ namespace gui {
}
void FSM::END(Event ev) {
fmt::println("END: received event after done: {}", int(ev));
dbc::log(fmt::format("END: received event after done: {}", int(ev)));
}
void FSM::keyboard_mouse() {