Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 0cb459d

Browse files
committed
Fix launching SM5 on macOS
1 parent 1466e6b commit 0cb459d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/session/session.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ func (sess *Session) startSM() error {
112112
if _, err := os.Stat(ofExePath); err == nil {
113113
smExePath = ofExePath
114114
}
115-
116-
smExePath = ofExePath
117115
}
118116

119117
// Let's launch StepMania! We also have to set the working directory,

0 commit comments

Comments
 (0)