From 14868d4b568f6817fec20e4acd5d8c9aefb67bdc Mon Sep 17 00:00:00 2001 From: phenine <99gs3fnr@anonaddy.me> Date: Fri, 6 Sep 2024 02:02:33 +0800 Subject: [PATCH] `openmw.ambient` fix my own stupid mistake --- files/lua_api/openmw/ambient.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/lua_api/openmw/ambient.lua b/files/lua_api/openmw/ambient.lua index af854510a1..82d4dfdeee 100644 --- a/files/lua_api/openmw/ambient.lua +++ b/files/lua_api/openmw/ambient.lua @@ -33,8 +33,8 @@ -- @param #table options An optional table with additional optional arguments. Can contain: -- -- * `timeOffset` - a floating point number >= 0, to skip some time (in seconds) from the beginning of the sound file (default: 0); --- * `volume` - a floating point number >= 0, to set a the sound's volume (default: 1); --- * `pitch` - a floating point number >= 0, to set a the sound's pitch (default: 1); +-- * `volume` - a floating point number >= 0, to set the sound's volume (default: 1); +-- * `pitch` - a floating point number >= 0, to set the sound's pitch (default: 1); -- * `scale` - a boolean, to set if the sound's pitch should be scaled by simulation time scaling (default: true); -- * `loop` - a boolean, to set if the sound should be repeated when it ends (default: false); -- @usage local params = {