Rename AnimationManager to Animations and expose to public

This commit is contained in:
Wojtek Figat
2021-05-31 19:32:35 +02:00
parent 2c2c7744eb
commit 760b687b02
4 changed files with 14 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
API_CLASS() class FLAXENGINE_API AnimatedModel : public ModelInstanceActor
{
DECLARE_SCENE_OBJECT(AnimatedModel);
friend class AnimationManagerService;
friend class AnimationsService;
public:
/// <summary>