mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-29 13:39:19 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -37,9 +37,7 @@ ConVar r_visualizelighttracesshowfulltrace( "r_visualizelighttracesshowfulltrace
|
||||
//-----------------------------------------------------------------------------
|
||||
struct LightVecState_t
|
||||
{
|
||||
LightVecState_t()
|
||||
{
|
||||
}
|
||||
LightVecState_t() = default;
|
||||
Ray_t m_Ray;
|
||||
float m_HitFrac;
|
||||
float* m_pTextureS;
|
||||
|
||||
Reference in New Issue
Block a user