mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Remove an unused constructor
This commit is contained in:
parent
593ca6bd48
commit
6f747df713
@ -104,11 +104,6 @@ BillboardObject::BillboardObject( const String& textureName,
|
|||||||
bodyCount++;
|
bodyCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
BillboardObject::BillboardObject()
|
|
||||||
: mNode(NULL), mMaterial(NULL), mEntity(NULL), mVisibility(1.f)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void BillboardObject::requestedConfiguration (sh::MaterialInstance* m, const std::string& configuration)
|
void BillboardObject::requestedConfiguration (sh::MaterialInstance* m, const std::string& configuration)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,6 @@ namespace MWRender
|
|||||||
Ogre::SceneNode* rootNode,
|
Ogre::SceneNode* rootNode,
|
||||||
const std::string& material
|
const std::string& material
|
||||||
);
|
);
|
||||||
BillboardObject();
|
|
||||||
|
|
||||||
void requestedConfiguration (sh::MaterialInstance* m, const std::string& configuration);
|
void requestedConfiguration (sh::MaterialInstance* m, const std::string& configuration);
|
||||||
void createdConfiguration (sh::MaterialInstance* m, const std::string& configuration);
|
void createdConfiguration (sh::MaterialInstance* m, const std::string& configuration);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user