Course::RegenerateNonFixedTrails in place
This commit is contained in:
@@ -779,8 +779,14 @@ void Course::RegenerateNonFixedTrails() const
|
|||||||
// We can create these Trails on demand because we don't
|
// We can create these Trails on demand because we don't
|
||||||
// calculate RadarValues for Trails with one or more non-fixed
|
// calculate RadarValues for Trails with one or more non-fixed
|
||||||
// entry.
|
// entry.
|
||||||
if( !AllSongsAreFixed() )
|
if( AllSongsAreFixed() )
|
||||||
m_TrailCache.clear();
|
return;
|
||||||
|
|
||||||
|
FOREACHM( CacheEntry, CacheData, m_TrailCache, e )
|
||||||
|
{
|
||||||
|
const CacheEntry &ce = e->first;
|
||||||
|
GetTrailForceRegenCache( ce.first, ce.second );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RageColor Course::GetColor() const
|
RageColor Course::GetColor() const
|
||||||
|
|||||||
Reference in New Issue
Block a user