mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 00:41:16 +02:00
added include<assert.h>
This commit is contained in:
parent
d57ea8ac4a
commit
e6e40e7b48
1 changed files with 3 additions and 0 deletions
|
@ -10,10 +10,13 @@
|
|||
|
||||
#include "AnimClip.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "GLMHelpers.h"
|
||||
#include "AnimationLogging.h"
|
||||
#include "AnimUtil.h"
|
||||
|
||||
|
||||
AnimClip::AnimClip(const QString& id, const QString& url, float startFrame, float endFrame, float timeScale, bool loopFlag, bool mirrorFlag) :
|
||||
AnimNode(AnimNode::Type::Clip, id),
|
||||
_startFrame(startFrame),
|
||||
|
|
Loading…
Reference in a new issue