Merge remote-tracking branch 'origin/developer' into feature/Controller
Added support for second controller # Conflicts: # CrystalPoint.cpp # CrystalPoint.h # CrystalPoint.vcxproj # CrystalPoint.vcxproj.filters
This commit is contained in:
@@ -8,6 +8,7 @@ Controller::Controller(int controllerId) {
|
||||
this->controllerId = controllerId;
|
||||
this->ypr = Vec3f();
|
||||
this->joystick = Vec2f();
|
||||
this->setConnected(false);
|
||||
this->setConnected(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user