Skip to content

Commit

Permalink
fix LIV camera not being masked
Browse files Browse the repository at this point in the history
  • Loading branch information
Pespiri committed Mar 22, 2022
1 parent 2d68da6 commit 564e497
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TransparentWall/Gameplay/Modifications/LIVWalls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace TransparentWall.Gameplay.Modifications
{
public class LivWalls : MonoBehaviour
{
private static readonly IList<string> LivNames = new List<string> { "MenuMainCamera", "MainCamera", "LIV Camera" };
private static readonly IEnumerable<string> LivNames = new List<string> { "MenuMainCamera", "MainCamera", "LIV Camera", "LIV" };
private static readonly List<int> LayersToMask = new List<int> { Configuration.WallLayerMask, Configuration.MoveBackLayer };

// ReSharper disable once MemberCanBeMadeStatic.Global
Expand Down
4 changes: 2 additions & 2 deletions TransparentWall/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.9.0.0")]
[assembly: AssemblyFileVersion("1.9.0.0")]
[assembly: AssemblyVersion("1.9.1.0")]
[assembly: AssemblyFileVersion("1.9.1.0")]
2 changes: 1 addition & 1 deletion TransparentWall/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"icon": "TransparentWall.Resources.icon.png",
"id": "TransparentWall",
"name": "TransparentWall",
"version": "1.9.0",
"version": "1.9.1",
"dependsOn": {
"BSIPA": "^4.2.2",
"BeatSaberMarkupLanguage": "^1.6.3",
Expand Down

0 comments on commit 564e497

Please sign in to comment.