mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 06:53:59 +02:00
fix bug preventing butterflies from animating
(forgot to make base method virtual)
This commit is contained in:
parent
a9079b64e4
commit
27bfc9907f
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ public:
|
|||
// perform linear extrapolation for SimpleEntitySimulation
|
||||
void simulate(const quint64& now);
|
||||
|
||||
bool needsToCallUpdate() const { return false; }
|
||||
virtual bool needsToCallUpdate() const { return false; }
|
||||
|
||||
virtual void debugDump() const;
|
||||
|
||||
|
|
Loading…
Reference in a new issue