mirror of
https://github.com/id-Software/Wolf3D-iOS.git
synced 2025-04-05 09:20:50 +00:00
Merge pull request #6 from dnicolson/fix-advanced-settings-back-button
Fix advanced settings back button
This commit is contained in:
commit
0f96aa23cd
1 changed files with 1 additions and 0 deletions
|
@ -643,6 +643,7 @@ extern char urlbuffer[1024];
|
|||
}
|
||||
|
||||
- (void)GLtoPreviousMenu {
|
||||
[self.navigationController popViewControllerAnimated:NO];
|
||||
[viewController setActive:NO];
|
||||
[[viewController view] removeFromSuperview];
|
||||
[window addSubview:navigationController.view];
|
||||
|
|
Loading…
Reference in a new issue