feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -135,7 +135,6 @@ void MobileVRInterface::set_position_from_sensors() {
|
|||
// few things we need
|
||||
Input *input = Input::get_singleton();
|
||||
Vector3 down(0.0, -1.0, 0.0); // Down is Y negative
|
||||
Vector3 north(0.0, 0.0, 1.0); // North is Z positive
|
||||
|
||||
// make copies of our inputs
|
||||
bool has_grav = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue