Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit e4918c6

Browse files
committed
fixed far clipping plane
1 parent b7f3773 commit e4918c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OldLoadingScreen/OldLoadingScreenMod.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
using VRC.Core;
2222
// using VRCSDK2;
2323

24-
[assembly: MelonInfo(typeof(OldLoadingScreenMod), "BetterLoadingScreen", "v0.6.0", "Grummus")]
24+
[assembly: MelonInfo(typeof(OldLoadingScreenMod), "BetterLoadingScreen", "v0.6.1", "Grummus")]
2525
[assembly: MelonGame("VRChat", "VRChat")]
2626

2727

@@ -86,7 +86,7 @@ private void CreateGameObjects()
8686

8787
loadScreenPrefab = CreateGameObject(loadScreenPrefab, new Vector3(400, 400, 400), "UserInterface/MenuContent/Popups/", "LoadingPopup");
8888
cavernDry = CreateGameObject(cavernDry, new Vector3(400, 400, 400), "UserInterface/", "LoadingBackground_TealGradient_Music");
89-
newCube = CreateGameObject(newCube, new Vector3(1, 1, 1), "UserInterface/", "LoadingBackground_TealGradient_Music");
89+
newCube = CreateGameObject(newCube, new Vector3(0.5f, 0.5f, 0.5f), "UserInterface/", "LoadingBackground_TealGradient_Music");
9090

9191
MelonLogger.Log("Disabling original GameObjects");
9292

0 commit comments

Comments
 (0)