From 20e772f932381742b9bc2dfe83ac64cd0f3a1aa9 Mon Sep 17 00:00:00 2001 From: thecssdoom <88057782+thecssdoom@users.noreply.github.com> Date: Sun, 9 Oct 2022 22:05:09 -0300 Subject: [PATCH] Update PartInstance.h --- src/include/DataModelV2/PartInstance.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/DataModelV2/PartInstance.h b/src/include/DataModelV2/PartInstance.h index 90f9f58..5d8715b 100644 --- a/src/include/DataModelV2/PartInstance.h +++ b/src/include/DataModelV2/PartInstance.h @@ -16,6 +16,7 @@ public: //Rendering virtual void PartInstance::postRender(RenderDevice* rd); virtual void render(RenderDevice*); + virtual void renderName(RenderDevice*); //Surfaces Enum::SurfaceType::Value top; @@ -76,4 +77,4 @@ private: bool dragging; Box itemBox; GLuint glList; -}; \ No newline at end of file +};