Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
362 B

  1. //========= Copyright � Valve Corporation, All rights reserved. ============//
  2. #ifndef MATHLIB_SOFTBODY_INL_HDR
  3. #define MATHLIB_SOFTBODY_INL_HDR
  4. #include "mathlib/softbodyenvironment.h"
  5. inline void CSoftbody::Shutdown()
  6. {
  7. m_pEnvironment->Unregister( this );
  8. MemAlloc_FreeAligned( m_pParticles );
  9. m_StickyBuffer.Clear();
  10. }
  11. #endif // MATHLIB_SOFTBODY_INL_HDR