remove unused variable

This commit is contained in:
Andrew Meadows 2016-01-07 10:20:03 -08:00
parent 36e19b43c9
commit 42711e5bad

View file

@ -115,7 +115,6 @@ private:
ContactMap _contactMap;
uint32_t _numContactFrames = 0;
uint32_t _lastNumSubstepsAtUpdateInternal = 0;
/// character collisions
CharacterController* _myAvatarController;