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