mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 12:31:41 +02:00
adapting to entitypointer merge
This commit is contained in:
parent
c1f75506ae
commit
b02e452b19
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const glm::vec3 PolyVoxEntityItem::DEFAULT_VOXEL_VOLUME_SIZE = glm::vec3(32, 32,
|
|||
const QByteArray PolyVoxEntityItem::DEFAULT_VOXEL_DATA(qCompress(QByteArray(0), 9));
|
||||
const int PolyVoxEntityItem::DEFAULT_VOXEL_SURFACE_STYLE = 0;
|
||||
|
||||
EntityItem* PolyVoxEntityItem::factory(const EntityItemID& entityID, const EntityItemProperties& properties) {
|
||||
EntityItemPointer PolyVoxEntityItem::factory(const EntityItemID& entityID, const EntityItemProperties& properties) {
|
||||
EntityItem* result = new PolyVoxEntityItem(entityID, properties);
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue