aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/client/particlemgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/client/particlemgr.cpp')
-rw-r--r--mp/src/game/client/particlemgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp/src/game/client/particlemgr.cpp b/mp/src/game/client/particlemgr.cpp
index d62c6e73..f79d17a6 100644
--- a/mp/src/game/client/particlemgr.cpp
+++ b/mp/src/game/client/particlemgr.cpp
@@ -97,8 +97,8 @@ CParticleSubTextureGroup::~CParticleSubTextureGroup()
CParticleSubTexture::CParticleSubTexture()
{
- m_tCoordMins[0] = m_tCoordMins[0] = 0;
- m_tCoordMaxs[0] = m_tCoordMaxs[0] = 1;
+ m_tCoordMins[0] = m_tCoordMins[1] = 0;
+ m_tCoordMaxs[0] = m_tCoordMaxs[1] = 1;
m_pGroup = &m_DefaultGroup;
m_pMaterial = NULL;