fix formatting
This commit is contained in:
parent
428b0910ef
commit
d5e765fa53
@ -184,12 +184,12 @@ std::unique_ptr<Input::MotionDevice> NDKMotionFactory::Create(const Common::Para
|
|||||||
}
|
}
|
||||||
|
|
||||||
void NDKMotionFactory::EnableSensors() {
|
void NDKMotionFactory::EnableSensors() {
|
||||||
if(ndk_motion_device)
|
if (ndk_motion_device)
|
||||||
ndk_motion_device->EnableSensors();
|
ndk_motion_device->EnableSensors();
|
||||||
}
|
}
|
||||||
|
|
||||||
void NDKMotionFactory::DisableSensors() {
|
void NDKMotionFactory::DisableSensors() {
|
||||||
if(ndk_motion_device)
|
if (ndk_motion_device)
|
||||||
ndk_motion_device->DisableSensors();
|
ndk_motion_device->DisableSensors();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user