Update PartInstance.cpp

This commit is contained in:
thecssdoom
2022-10-09 22:06:01 -03:00
committed by GitHub
parent 20e772f932
commit 5078b849b0

View File

@@ -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;