mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
fix uninitialized value in BillboardObject
This commit is contained in:
parent
91ff536460
commit
526fb1b37b
@ -74,6 +74,7 @@ BillboardObject::BillboardObject( const String& textureName,
|
|||||||
const Vector3& position,
|
const Vector3& position,
|
||||||
SceneNode* rootNode,
|
SceneNode* rootNode,
|
||||||
const std::string& material)
|
const std::string& material)
|
||||||
|
: mVisibility(1.0f)
|
||||||
{
|
{
|
||||||
SceneManager* sceneMgr = rootNode->getCreator();
|
SceneManager* sceneMgr = rootNode->getCreator();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user