Browse Source

Fix broken math object related links;

bjorn 4 years ago
parent
commit
5b7ab45599
3 changed files with 4 additions and 9226 deletions
  1. 0 9222
      api/init.lua
  2. 3 3
      api/lovr/math/Mat4/rotate.lua
  3. 1 1
      api/lovr/math/Quat/unpack.lua

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


+ 3 - 3
api/lovr/math/Mat4/rotate.lua

@@ -43,8 +43,8 @@ return {
     }
   },
   related = {
-    'mat4:translate',
-    'mat4:scale',
-    'mat4:identity'
+    'Mat4:translate',
+    'Mat4:scale',
+    'Mat4:identity'
   }
 }

+ 1 - 1
api/lovr/math/Quat/unpack.lua

@@ -35,6 +35,6 @@ return {
     }
   },
   related = {
-    'quat:set'
+    'Quat:set'
   }
 }

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