mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 13:56:06 -04:00
--Bug fixes
-Opacity was accidentally being set to zero when clearing.
This commit is contained in:
@ -474,7 +474,7 @@ public:
|
|||||||
m_ParentEmber = nullptr;
|
m_ParentEmber = nullptr;
|
||||||
m_ColorSpeedCache = 0;
|
m_ColorSpeedCache = 0;
|
||||||
m_OneMinusColorCache = 0;
|
m_OneMinusColorCache = 0;
|
||||||
m_Opacity = 0;
|
m_Opacity = 1;
|
||||||
m_Animate = 0;
|
m_Animate = 0;
|
||||||
m_Wind[0] = 0;
|
m_Wind[0] = 0;
|
||||||
m_Wind[1] = 0;
|
m_Wind[1] = 0;
|
||||||
|
Reference in New Issue
Block a user