Skip to content

Commit

Permalink
Accidently removed one line too much lohl
Browse files Browse the repository at this point in the history
  • Loading branch information
kinsi55 committed Oct 19, 2024
1 parent 6d2e8c4 commit df60e99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Managers/CamManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public static void Init() {
ScenesManager.settings.Load();

XRSettings.gameViewRenderMode = GameViewRenderMode.None;

new GameObject("Cam2_Positioner", typeof(CamPositioner));
}

private static void LoadCameras(bool reload = false) {
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"id": "Camera2",
"name": "Camera2",
"author": "Kinsi55",
"version": "0.6.115",
"version": "0.6.116",
"description": "If Camera Plus is so good, why is there no Camera Plus 2?",
"gameVersion": "1.38.0",
"dependsOn": {
"BSIPA": "^4.3.5",
"BeatSaberMarkupLanguage": "^1.12.0"
"BeatSaberMarkupLanguage": "^1.12.2"
},
"loadAfter": [
"ScoreSaber",
Expand Down

0 comments on commit df60e99

Please sign in to comment.