parent
5f05fd97e6
commit
6946cb4010
2 changed files with 61 additions and 7 deletions
|
@ -154,6 +154,7 @@ fn init(allocator: Allocator) InitError!*Self {
|
|||
|
||||
try frame_clock.start();
|
||||
try self.commands.init(self);
|
||||
try keybind.init();
|
||||
errdefer self.deinit();
|
||||
switch (builtin.os.tag) {
|
||||
.windows => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue