Codechange: Replace SmallVector::Clear() with std::vector::clear()
This commit is contained in:
@@ -75,5 +75,5 @@ void AnimateAnimatedTiles()
|
||||
*/
|
||||
void InitializeAnimatedTiles()
|
||||
{
|
||||
_animated_tiles.Clear();
|
||||
_animated_tiles.clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user