From 5078b849b07a5f6657e0675f75c354f99fcb6ad8 Mon Sep 17 00:00:00 2001 From: thecssdoom <88057782+thecssdoom@users.noreply.github.com> Date: Sun, 9 Oct 2022 22:06:01 -0300 Subject: [PATCH] Update PartInstance.cpp --- src/source/DataModelV2/PartInstance.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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;