mirror of
				https://github.com/VCMP-SqMod/SqMod.git
				synced 2025-11-04 08:17:19 +01:00 
			
		
		
		
	Fixed a compilation error caused by a const correctness issue introduced by the recent Checkpoint events.
This commit is contained in:
		@@ -290,7 +290,7 @@ Float32 CCheckpoint::GetRadius() const
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// ------------------------------------------------------------------------------------------------
 | 
			
		||||
void CCheckpoint::SetRadius(Float32 radius) const
 | 
			
		||||
void CCheckpoint::SetRadius(Float32 radius)
 | 
			
		||||
{
 | 
			
		||||
    // Validate the managed identifier
 | 
			
		||||
    Validate();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user