Core/Animation: Fix RemoveSequence not shifting indices and deleting name

This commit is contained in:
SirLynix
2024-02-19 10:59:47 +01:00
parent 62a165126e
commit d9ad489820
2 changed files with 11 additions and 9 deletions

View File

@@ -27,9 +27,9 @@ namespace Nz
struct NAZARA_CORE_API AnimationParams : ResourceParameters
{
// La frame de fin à charger
// Last frame to load (maximum)
std::size_t endFrame = 0xFFFFFFFF;
// La frame de début à charger
// First frame to load
std::size_t startFrame = 0;
// Reference skeleton
const Skeleton* skeleton = nullptr;