mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:30:35 +02:00
More attempt to fix indentation.
Still looked fine in github's editor and N++.
This commit is contained in:
parent
b4be7544b9
commit
59bba5b6e6
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
||||||
switch (params.defaultTab) {
|
switch (params.defaultTab) {
|
||||||
case "handControllers":
|
case "handControllers":
|
||||||
showHandControllers();
|
showHandControllers();
|
||||||
index = 0;
|
index = 0;
|
||||||
break;
|
break;
|
||||||
case "gamepad":
|
case "gamepad":
|
||||||
showGamepad();
|
showGamepad();
|
||||||
|
|
Loading…
Reference in a new issue