mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Fix CSM crash caused by move to C++11. (#6027)
This commit is contained in:
		@@ -176,7 +176,8 @@ NodeMetaRef::NodeMetaRef(v3s16 p, ServerEnvironment *env):
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
NodeMetaRef::NodeMetaRef(Metadata *meta):
 | 
			
		||||
	m_meta(meta)
 | 
			
		||||
	m_meta(meta),
 | 
			
		||||
	m_is_local(true)
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user