mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
Fixed GCC reorder warning in util_shared CountdownTimer.
This commit is contained in:
@ -690,7 +690,7 @@ public:
|
||||
DECLARE_EMBEDDED_NETWORKVAR();
|
||||
|
||||
CountdownTimer( void ) :
|
||||
m_timestamp( -1.0f), m_duration( 0.0f )
|
||||
m_duration( 0.0f ), m_timestamp( -1.0f)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user