Animation WIP merge #321

Merged
XiaoQiDigipen merged 76 commits from SP3-17-animation-system into main 2023-01-30 17:35:57 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1b97cd72bd - Show all commits

View File

@ -67,7 +67,7 @@ namespace SHADE
/*---------------------------------------------------------------------------------*/
const std::vector<Channel>& GetChannels() const noexcept { return channels; }
int GetTicksPerSecond() const noexcept { return ticksPerSecond; }
float GetTotalTime() const noexcept { return totalTime; }
float GetTotalTime() const noexcept { return totalTime/(float)ticksPerSecond; }
private:
/*---------------------------------------------------------------------------------*/