Fix naming convention
This commit is contained in:
@@ -73,7 +73,7 @@ void AnimationData::Swap(AnimationData& other)
|
||||
Channels.Swap(other.Channels);
|
||||
}
|
||||
|
||||
void AnimationData::Dispose()
|
||||
void AnimationData::Release()
|
||||
{
|
||||
Name.Clear();
|
||||
Duration = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user