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