DNDLoot works now, just had to fix a problem with the constructor.

This commit is contained in:
Zed A. Shaw 2025-06-13 10:46:05 -04:00
parent 82ee8f68f7
commit 9468990f76
4 changed files with 9 additions and 12 deletions

View file

@ -43,7 +43,6 @@ int main(int argc, char* argv[]) {
main.handle_keyboard_mouse();
}
} else{
dbc::log("NOT IN STATE");
main.event(gui::Event::TICK);
}