creating a gtk window now spawns a new thread
This commit is contained in:
parent
0c3a160dd5
commit
c65b922a45
3 changed files with 18 additions and 11 deletions
|
|
@ -34,6 +34,7 @@ impl Game {
|
|||
pub fn add_window(&mut self) {
|
||||
moonhare_log::info(format!("Adding window to {:?}", self));
|
||||
Window::create();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue