Browse Source

Fix getSkeleton table;

bjorn 4 years ago
parent
commit
aa3514d0b1
2 changed files with 3 additions and 3 deletions
  1. 0 0
      api/init.lua
  2. 3 3
      api/lovr/headset/getSkeleton.lua

File diff suppressed because it is too large
+ 0 - 0
api/init.lua


+ 3 - 3
api/lovr/headset/getSkeleton.lua

@@ -42,17 +42,17 @@ return {
     <table>
     <table>
       <thead>
       <thead>
         <tr>
         <tr>
-          <td>Joint</td>
+          <td colspan="2">Joint</td>
           <td>Index</td>
           <td>Index</td>
         </tr>
         </tr>
       </thead>
       </thead>
       <tbody>
       <tbody>
         <tr>
         <tr>
-          <td>Palm</td>
+          <td colspan="2">Palm</td>
           <td>1</td>
           <td>1</td>
         </tr>
         </tr>
         <tr>
         <tr>
-          <td>Wrist</td>
+          <td colspan="2">Wrist</td>
           <td>2</td>
           <td>2</td>
         </tr>
         </tr>
         <tr>
         <tr>

Some files were not shown because too many files changed in this diff