Replaced RefCounted with RefCounter

This commit is contained in:
Simon Lübeß
2021-10-13 09:52:12 +02:00
parent 2cd9ab3e69
commit 84daee95e4
18 changed files with 60 additions and 25 deletions
@@ -1,5 +1,6 @@
using GlitchyEngine.Math;
using System;
using GlitchyEngine.Core;
using GlitchyEngine.Math;
namespace GlitchyEngine.Renderer.Animation
{
@@ -64,7 +65,7 @@ namespace GlitchyEngine.Renderer.Animation
}
}
class AnimationClip : RefCounted
class AnimationClip : RefCounter
{
private Skeleton _skeleton ~ _.ReleaseRef();
//public float FramesPerSecond;