mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 10:19:38 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -1021,7 +1021,7 @@ struct fluidparams_t
|
||||
bool useAerodynamics;// true if this controller should calculate surface pressure
|
||||
int contents;
|
||||
|
||||
fluidparams_t() {}
|
||||
fluidparams_t() = default;
|
||||
fluidparams_t( fluidparams_t const& src )
|
||||
{
|
||||
Vector4DCopy( src.surfacePlane, surfacePlane );
|
||||
|
||||
Reference in New Issue
Block a user