Skip to content

Commit

Permalink
I accidentally commented out the VRPointer part.
Browse files Browse the repository at this point in the history
  • Loading branch information
Snow1226 committed Jun 24, 2021
1 parent 3552274 commit b98b773
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CameraPlus/Behaviours/CameraPlusBehaviour.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,12 +411,12 @@ public virtual void SceneManager_activeSceneChanged(Scene from, Scene to)

StartCoroutine(GetMainCamera());
StartCoroutine(Get360Managers());
/*

var pointer = VRPointerPatch.Instance;
if (_moverPointer) Destroy(_moverPointer);
_moverPointer = pointer.gameObject.AddComponent<CameraMoverPointer>();
_moverPointer.Init(this, _cameraCube);
*/

if (to.name == "GameCore")
SharedCoroutineStarter.instance.StartCoroutine(Delayed_activeSceneChanged(from, to));
else
Expand Down
3 changes: 3 additions & 0 deletions CameraPlus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v5.2.3 Changes
- I accidentally commented out the VRPointer part.

# v5.2.2 Changes
- Supports Player Track for new Noodle Extensions.

Expand Down
4 changes: 2 additions & 2 deletions CameraPlus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.2.2")]
[assembly: AssemblyFileVersion("5.2.2")]
[assembly: AssemblyVersion("5.2.3")]
[assembly: AssemblyFileVersion("5.2.3")]
2 changes: 1 addition & 1 deletion CameraPlus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "CameraPlus",
"name": "CameraPlus",
"author": "Various Modders",
"version": "5.2.2",
"version": "5.2.3",
"description": "CameraPlus is a Beat Saber mod that allows for multiple wide FOV cameras with smoothed movement.",
"gameVersion": "1.16.2",
"dependsOn": {
Expand Down

0 comments on commit b98b773

Please sign in to comment.