mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
AnimClip: removed unused static member.
This commit is contained in:
parent
69d833a6c0
commit
33993b8c44
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ public:
|
|||
friend class AnimTests;
|
||||
|
||||
static bool usePreAndPostPoseFromAnim;
|
||||
static bool useTransFromAnim;
|
||||
|
||||
AnimClip(const QString& id, const QString& url, float startFrame, float endFrame, float timeScale, bool loopFlag);
|
||||
virtual ~AnimClip() override;
|
||||
|
|
Loading…
Reference in a new issue