mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-17 09:29:54 +02:00
EntitySimulation::removeEntityInternal isn't pure virtual
This commit is contained in:
parent
0596497930
commit
f20c9d3c5b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ protected:
|
|||
// calls them in the right places.
|
||||
virtual void updateEntitiesInternal(const quint64& now) = 0;
|
||||
virtual void addEntityInternal(EntityItemPointer entity) = 0;
|
||||
virtual void removeEntityInternal(EntityItemPointer entity) = 0;
|
||||
virtual void removeEntityInternal(EntityItemPointer entity);
|
||||
virtual void changeEntityInternal(EntityItemPointer entity) = 0;
|
||||
virtual void clearEntitiesInternal() = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue