delta to mDelta to resolve another class var vs method var confusionpoint

This commit is contained in:
Azaezel 2018-03-12 23:07:34 -05:00
parent f59b92bf4e
commit 76602509e3
3 changed files with 37 additions and 37 deletions

View file

@ -88,7 +88,7 @@ class Item: public ShapeBase
Point3F warpOffset;
F32 dt;
};
StateDelta delta;
StateDelta mDelta;
// Static attributes
ItemData* mDataBlock;