Skip to content

Commit 803ff86

Browse files
committed
Fix iOS layout editor Swift compilation error
1 parent d923b15 commit 803ff86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/swift/Views/Settings/PadLayoutEditView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ struct PadLayoutEditView: View {
107107
private func portraitEditorCanvas(width: CGFloat, height: CGFloat) -> some View {
108108
let gameHeight = min(width * 3 / 4, height * 0.55)
109109
let padHeight = height - gameHeight
110-
VStack(spacing: 0) {
110+
return VStack(spacing: 0) {
111111
// Top: reveal paused gameplay underneath
112112
Color.clear
113113
.allowsHitTesting(false)

0 commit comments

Comments
 (0)