1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-04-30 08:07:12 +02:00

Fixed a compilation error caused by a const correctness issue introduced by the recent Checkpoint events.

This commit is contained in:
Sandu Liviu Catalin 2016-08-18 16:15:53 +03:00
parent 5f60d7b90d
commit 8f74eccb1a

View File

@ -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();