bjorn 1 year ago
parent
commit
fe4f590549
3 changed files with 4 additions and 4 deletions
  1. 2 2
      api/init.lua
  2. 1 1
      api/lovr/math/gammaToLinear.lua
  3. 1 1
      api/lovr/math/linearToGamma.lua

+ 2 - 2
api/init.lua

@@ -23392,7 +23392,7 @@ return {
         {
           name = "gammaToLinear",
           tag = "mathOther",
-          summary = "	Convert a color from gamma space to linear space.",
+          summary = "\9Convert a color from gamma space to linear space.",
           description = "Converts a color from gamma space to linear space.",
           key = "lovr.math.gammaToLinear",
           module = "lovr.math",
@@ -23505,7 +23505,7 @@ return {
         {
           name = "linearToGamma",
           tag = "mathOther",
-          summary = "	Convert a color from linear space to gamma space.",
+          summary = "\9Convert a color from linear space to gamma space.",
           description = "Converts a color from linear space to gamma space.",
           key = "lovr.math.linearToGamma",
           module = "lovr.math",

+ 1 - 1
api/lovr/math/gammaToLinear.lua

@@ -1,6 +1,6 @@
 return {
   tag = 'mathOther',
-  summary = '	Convert a color from gamma space to linear space.',
+  summary = 'Convert a color from gamma space to linear space.',
   description = 'Converts a color from gamma space to linear space.',
   arguments = {
     gr = {

+ 1 - 1
api/lovr/math/linearToGamma.lua

@@ -1,6 +1,6 @@
 return {
   tag = 'mathOther',
-  summary = '	Convert a color from linear space to gamma space.',
+  summary = 'Convert a color from linear space to gamma space.',
   description = 'Converts a color from linear space to gamma space.',
   arguments = {
     lr = {