mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[ThirdPerson] Set camera cull mask instead of disabling
Least hacky fix to correct nameplate issue.
This commit is contained in:
parent
6f17010cae
commit
82eeced7cc
4 changed files with 10 additions and 18 deletions
|
@ -20,7 +20,7 @@ using System.Reflection;
|
|||
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
|
||||
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
|
||||
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
|
||||
[assembly: MelonColor(ConsoleColor.DarkMagenta)]
|
||||
[assembly: MelonColor(255, 139, 0, 139)]
|
||||
|
||||
namespace NAK.ThirdPerson.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue