Преглед изворни кода

Fix vector name collision;

bjorn пре 1 недеља
родитељ
комит
3b79bd04a6
3 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      api/init.lua
  2. 1 1
      api/lovr/init.lua
  3. 1 1
      api/lovr/vector/init.lua

+ 2 - 2
api/init.lua

@@ -1193,7 +1193,7 @@ return {
         },
         {
           name = "Vector Math",
-          tag = "vectors",
+          tag = "vector-lib",
           description = "LÖVR has a few extra libraries to make vector math easier."
         },
         {
@@ -42950,7 +42950,7 @@ return {
     },
     {
       name = "vector",
-      tag = "vectors",
+      tag = "vector-lib",
       summary = "3D vector type.",
       description = "TODO",
       key = "vector",

+ 1 - 1
api/lovr/init.lua

@@ -32,7 +32,7 @@ return {
     },
     {
       name = 'Vector Math',
-      tag = 'vectors',
+      tag = 'vector-lib',
       description = 'LÖVR has a few extra libraries to make vector math easier.'
     },
     {

+ 1 - 1
api/lovr/vector/init.lua

@@ -1,5 +1,5 @@
 return {
-  tag = 'vectors',
+  tag = 'vector-lib',
   summary = '3D vector type.',
   description = [[
     TODO