undo accidental name change

This commit is contained in:
Andrew Meadows 2017-07-20 08:32:48 -07:00
parent 54426a5b81
commit fcd3126b85

View file

@ -100,7 +100,7 @@ public:
void setEntityTree(EntityTreePointer modelTree);
EntityTreePointer getEntityTree() { return _entityTree; }
void setEntitiesScriptEngine(EntitiesScriptEngineProvider* engine);
float calculateCost(float mass, float oldSpeed, float newSpeed);
float calculateCost(float mass, float oldVelocity, float newVelocity);
void resetActivityTracking();
ActivityTracking getActivityTracking() const { return _activityTracking; }