Push current work

This commit is contained in:
SirLynix
2022-05-04 12:50:05 +02:00
committed by Jérôme Leclercq
parent 85cd064171
commit e5e3026005
9 changed files with 653 additions and 580 deletions

View File

@@ -34,6 +34,12 @@ namespace Nz
return false;
}
if (!skeleton)
{
NazaraError("You must set a valid skeleton to load an animation");
return false;
}
return true;
}