mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
fix spacing for gravity vector
This commit is contained in:
parent
928beac8e0
commit
37f1360542
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ void SerialInterface::resetSerial() {
|
|||
gettimeofday(&lastGoodRead, NULL);
|
||||
|
||||
if (!USING_INVENSENSE_MPU9150) {
|
||||
gravity = glm::vec3(0,-1,0);
|
||||
gravity = glm::vec3(0, -1, 0);
|
||||
|
||||
// Clear the measured and average channel data
|
||||
for (int i = 0; i < NUM_CHANNELS; i++) {
|
||||
|
|
Loading…
Reference in a new issue