Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/entities/g64_mario.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ if CLIENT then

local newdist = dist / libsm64.ScaleFactor
local neworigin = view.origin - ply:EyeAngles():Forward() * newdist
local newmask = MASK_SOLID
local newmask = MASK_OPAQUE_AND_NPCS
if self.hasVanishCap == true then newmask = MASK_PLAYERSOLID_BRUSHONLY end
if self.marioAction == g64types.SM64MarioAction.ACT_DEBUG_FREE_MOVE then newmask = MASK_CURRENT end

Expand Down