mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Merge pull request #620 from machinelevel/dev4
[trivial] small bracket fix per request in https://github.com/worklist/h...
This commit is contained in:
commit
c44e231ab5
1 changed files with 3 additions and 4 deletions
|
@ -17,10 +17,9 @@ HifiLeapListener* LeapManager::_listener = NULL;
|
|||
|
||||
class HifiLeapListener : public Leap::Listener {
|
||||
public:
|
||||
HifiLeapListener() {
|
||||
}
|
||||
virtual ~HifiLeapListener() {
|
||||
}
|
||||
HifiLeapListener() {}
|
||||
virtual ~HifiLeapListener() {}
|
||||
|
||||
Leap::Frame lastFrame;
|
||||
std::vector<glm::vec3> fingerTips;
|
||||
std::vector<glm::vec3> fingerRoots;
|
||||
|
|
Loading…
Reference in a new issue