We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9a0be commit 7b91ff4Copy full SHA for 7b91ff4
src/main.qc
@@ -263,7 +263,7 @@ float(float isnew) PipNewPlayer =
263
float distanceFactor = 1 - easeInExpo(distance / cutoff);
264
265
self.effects |= EF_NODEPTHTEST | EF_ADDITIVE;
266
- self.drawmask = MASK_XRAY;
+ self.drawmask = (self.drawmask & ~MASK_ENGINE) | MASK_XRAY;
267
self.alpha = autocvar_pip_xray_alpha * distanceFactor;
268
self.fatness = 2;
269
0 commit comments