mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
delta to mDelta to resolve another class var vs method var confusionpoint
This commit is contained in:
parent
f59b92bf4e
commit
76602509e3
3 changed files with 37 additions and 37 deletions
|
|
@ -88,7 +88,7 @@ class Item: public ShapeBase
|
|||
Point3F warpOffset;
|
||||
F32 dt;
|
||||
};
|
||||
StateDelta delta;
|
||||
StateDelta mDelta;
|
||||
|
||||
// Static attributes
|
||||
ItemData* mDataBlock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue