mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
WIP: fix some memaccess-class warnings
This commit is contained in:
@@ -1039,10 +1039,6 @@ struct fluidparams_t
|
||||
//-----------------------------------------------------------------------------
|
||||
struct springparams_t
|
||||
{
|
||||
springparams_t()
|
||||
{
|
||||
memset( this, 0, sizeof(*this) );
|
||||
}
|
||||
float constant; // spring constant
|
||||
float naturalLength;// relaxed length
|
||||
float damping; // damping factor
|
||||
|
||||
Reference in New Issue
Block a user