Skip to content

Commit 2b5698d

Browse files
tattntatsuya-ogawa
andauthored
Flip the model direction for visionOS example
Co-authored-by: tatsuya-ogawa <tatsuya-ogawa@users.noreply.github.com>
1 parent 4c52e21 commit 2b5698d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/VisionExample/VisionExampleApp.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ final class AppModel {
4848

4949
var initialRotation: Float {
5050
switch self {
51-
case .alicia: return 0
52-
case .vrm1: return .pi
51+
case .alicia: return .pi
52+
case .vrm1: return 0
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)