We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e40b8a + 44fc415 commit abffca6Copy full SHA for abffca6
1 file changed
src/game/client/components/spectator.cpp
@@ -217,7 +217,7 @@ void CSpectator::OnRender()
217
if(m_pClient->m_LocalClientID == -1 || m_pClient->m_aClients[m_pClient->m_LocalClientID].m_Team == TEAM_SPECTATORS)
218
{
219
CUIRect FreeViewRect;
220
- FreeViewRect.x = CenterOffset.x - 280.0f;
+ FreeViewRect.x = CenterOffset.x - 280.0f * ScaleX;
221
FreeViewRect.y = CenterOffset.y - 280.0f;
222
FreeViewRect.w = 270.0f;
223
FreeViewRect.h = 60.0f;
0 commit comments