mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-01 22:27:12 +02:00
Fix One Window Crash
This commit is contained in:
parent
64bd3eb402
commit
902595241a
2 changed files with 1 additions and 4 deletions
Binary file not shown.
|
@ -61,12 +61,9 @@ struct ContentView: View {
|
||||||
|
|
||||||
if let game {
|
if let game {
|
||||||
ZStack {
|
ZStack {
|
||||||
SDLViewRepresentable { displayid in
|
|
||||||
start(displayid: 0)
|
|
||||||
}
|
|
||||||
Text("Loading...")
|
Text("Loading...")
|
||||||
.onAppear {
|
.onAppear {
|
||||||
// start(displayid: 0)
|
start(displayid: 0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue