mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:57:26 +02:00
Remove unused variable, reorder includes.
This commit is contained in:
parent
635f3b6dc3
commit
f8c14a5717
1 changed files with 3 additions and 6 deletions
|
@ -8,14 +8,11 @@
|
||||||
|
|
||||||
#include <QtCore/QDataStream>
|
#include <QtCore/QDataStream>
|
||||||
|
|
||||||
#include "HandData.h"
|
|
||||||
#include "AvatarData.h"
|
|
||||||
#include <SharedUtil.h>
|
|
||||||
#include <GeometryUtil.h>
|
#include <GeometryUtil.h>
|
||||||
|
#include <SharedUtil.h>
|
||||||
|
|
||||||
|
#include "AvatarData.h"
|
||||||
// When converting between fixed and float, use this as the radix.
|
#include "HandData.h"
|
||||||
const int fingerVectorRadix = 4;
|
|
||||||
|
|
||||||
HandData::HandData(AvatarData* owningAvatar) :
|
HandData::HandData(AvatarData* owningAvatar) :
|
||||||
_owningAvatarData(owningAvatar)
|
_owningAvatarData(owningAvatar)
|
||||||
|
|
Loading…
Reference in a new issue