Fix error
This commit is contained in:
parent
460b362d5c
commit
6cd8515449
@ -186,9 +186,11 @@ impl MainMenu {
|
||||
}
|
||||
|
||||
pub fn on_open_replay(&mut self, path: GString) {
|
||||
self.run_deferred(move |_| {
|
||||
StandaloneReplayManager::singleton()
|
||||
.bind_mut()
|
||||
.open_replay(&path);
|
||||
});
|
||||
}
|
||||
|
||||
#[func]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user