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 78cfc83 commit 1d2246fCopy full SHA for 1d2246f
src/game/client/c_vguiscreen.cpp
@@ -645,7 +645,8 @@ C_VGuiScreen *CVGuiScreenEnumerator::GetVGuiScreen( int index )
645
//-----------------------------------------------------------------------------
646
C_BaseEntity *FindNearbyVguiScreen( const Vector &viewPosition, const QAngle &viewAngle, int nTeam )
647
{
648
- if ( IsX360() )
+ // Feature not used (input on VGUI screens)
649
+ if ( IsX360() || 1 )
650
651
// X360TBD: Turn this on if feature actually used
652
return NULL;
0 commit comments