mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -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,
|
||||
SceneNode* rootNode,
|
||||
const std::string& material)
|
||||
: mVisibility(1.0f)
|
||||
{
|
||||
SceneManager* sceneMgr = rootNode->getCreator();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user