Browse Source

again lol

jordan4ibanez 7 months ago
parent
commit
45fd29257b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api/lovr/audio/Source/setVolume.lua

+ 2 - 2
api/lovr/audio/Source/setVolume.lua

@@ -10,13 +10,13 @@ return {
     units = {
     units = {
       type = 'VolumeUnit',
       type = 'VolumeUnit',
       default = [['linear']],
       default = [['linear']],
-      description = 'The units of the value.'
+      description = 'The unit of the value.'
     }
     }
   },
   },
   returns = {},
   returns = {},
   variants = {
   variants = {
     {
     {
-      arguments = { 'volume', 'units' },
+      arguments = { 'volume', 'unit' },
       returns = {}
       returns = {}
     }
     }
   },
   },