mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-11-03 17:50:27 -05: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_ColorSpeedCache = 0;
 | 
			
		||||
		m_OneMinusColorCache = 0;
 | 
			
		||||
		m_Opacity = 0;
 | 
			
		||||
		m_Opacity = 1;
 | 
			
		||||
		m_Animate = 0;
 | 
			
		||||
		m_Wind[0] = 0;
 | 
			
		||||
		m_Wind[1] = 0;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user