mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
game: init uninitialized variables
This commit is contained in:
@@ -174,7 +174,7 @@ BEGIN_NETWORK_TABLE( CSprite, DT_Sprite )
|
||||
END_NETWORK_TABLE()
|
||||
|
||||
|
||||
CSprite::CSprite()
|
||||
CSprite::CSprite() : BaseClass()
|
||||
{
|
||||
m_flGlowProxySize = 2.0f;
|
||||
m_flHDRColorScale = 1.0f;
|
||||
|
||||
Reference in New Issue
Block a user