mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:17:02 +02:00
adapting to entitypointer merge
This commit is contained in:
parent
f310da9cd3
commit
1749ec83db
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
#include "RenderablePolyVoxEntityItem.h"
|
#include "RenderablePolyVoxEntityItem.h"
|
||||||
|
|
||||||
EntityItemPointer RenderablePolyVoxEntityItem::factory(const EntityItemID& entityID, const EntityItemProperties& properties) {
|
EntityItemPointer RenderablePolyVoxEntityItem::factory(const EntityItemID& entityID, const EntityItemProperties& properties) {
|
||||||
return new RenderablePolyVoxEntityItem(entityID, properties);
|
return EntityItemPointer(new RenderablePolyVoxEntityItem(entityID, properties));
|
||||||
}
|
}
|
||||||
|
|
||||||
RenderablePolyVoxEntityItem::~RenderablePolyVoxEntityItem() {
|
RenderablePolyVoxEntityItem::~RenderablePolyVoxEntityItem() {
|
||||||
|
|
Loading…
Reference in a new issue