diff --git a/src/source/DataModelV2/PartInstance.cpp b/src/source/DataModelV2/PartInstance.cpp index 87bf613..b33e9b7 100644 --- a/src/source/DataModelV2/PartInstance.cpp +++ b/src/source/DataModelV2/PartInstance.cpp @@ -70,6 +70,11 @@ void PartInstance::setRotVelocity(Vector3 v) } void PartInstance::postRender(RenderDevice *rd) +{ + // possibly descard this function... +} + +void PartInstance::renderName(RenderDevice *rd) { if(!nameShown) return;