mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
[trivial] small bracket fix per request in https://github.com/worklist/hifi/pull/618/files
This commit is contained in:
parent
fc3ce26c70
commit
fe46a3f0c9
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