mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 00:29:40 +02:00
undo accidental name change
This commit is contained in:
parent
54426a5b81
commit
fcd3126b85
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue