mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-04-29 23:57:13 +02: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 the managed identifier
|
||||||
Validate();
|
Validate();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user