forked from teamnwah/openmw-tes3coop
fix uninitialized value in BillboardObject
This commit is contained in:
parent
91ff536460
commit
526fb1b37b
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ BillboardObject::BillboardObject( const String& textureName,
|
|||
const Vector3& position,
|
||||
SceneNode* rootNode,
|
||||
const std::string& material)
|
||||
: mVisibility(1.0f)
|
||||
{
|
||||
SceneManager* sceneMgr = rootNode->getCreator();
|
||||
|
||||
|
|
Loading…
Reference in a new issue