From 534d6b3ae93d0152d26ea5d429431f1054d297f5 Mon Sep 17 00:00:00 2001 From: Sebastian Fieber Date: Sat, 26 Jul 2025 13:39:37 +0200 Subject: [PATCH] typo --- files/lua_api/openmw/core.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/lua_api/openmw/core.lua b/files/lua_api/openmw/core.lua index dc38922d6f..ceb3829cd3 100644 --- a/files/lua_api/openmw/core.lua +++ b/files/lua_api/openmw/core.lua @@ -1289,8 +1289,8 @@ -- @field #number distantLandFogOffset -- @field openmw.util#Color sunDiscSunsetColor -- @field #table landFogDepth A table with the keys "sunrise", "day", "sunset" and "night" --- @field #table skyColor A table with the keys "sunrise", "day", "sunset" and "night". Each is a #{openmw.util#Color}. --- @field #table ambientColor A table with the keys "sunrise", "day", "sunset" and "night". Each is a #{openmw.util#Color}. +-- @field #table skyColor A table with the keys "sunrise", "day", "sunset" and "night". Each is a @{openmw.util#Color}. +-- @field #table ambientColor A table with the keys "sunrise", "day", "sunset" and "night". Each is a @{openmw.util#Color}. -- @field #table fogColor A table with the keys "sunrise", "day", "sunset" and "night". Each is a @{openmw.util#Color}. -- @field #table sunColor A table with the keys "sunrise", "day", "sunset" and "night". Each is a @{openmw.util#Color}.