bjorn 4 years ago
parent
commit
f6e65911c2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/audio/setGeometry.lua

+ 1 - 1
api/init.lua

@@ -1345,7 +1345,7 @@ return {
           description = "Sets a mesh of triangles to use for modeling audio effects, using a table of vertices or a Model.  When the appropriate effects are enabled, audio from `Source` objects will correctly be occluded by walls and bounce around to create realistic reverb.\n\nAn optional `AudioMaterial` may be provided to specify the acoustic properties of the geometry.",
           key = "lovr.audio.setGeometry",
           module = "lovr.audio",
-          notes = "This is currently only supported/used by the `phonon` spatializer.\n\nThe `Effect`s that use geometry are:\n\n- `occlusion`,\n- `reverb`\n- `transmission`\n\nIf an existing geometry has been set, this function will replace it.",
+          notes = "This is currently only supported/used by the `phonon` spatializer.\n\nThe `Effect`s that use geometry are:\n\n- `occlusion`\n- `reverb`\n- `transmission`\n\nIf an existing geometry has been set, this function will replace it.",
           variants = {
             {
               arguments = {

+ 1 - 1
api/lovr/audio/setGeometry.lua

@@ -57,7 +57,7 @@ return {
 
     The `Effect`s that use geometry are:
 
-    - `occlusion`,
+    - `occlusion`
     - `reverb`
     - `transmission`