mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 17:45:32 +00:00
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