correct sunDiscSunsetColor type

This commit is contained in:
Sebastian Fieber 2025-07-25 20:37:05 +02:00
parent cbb96e0fc2
commit a560aceb2a

View File

@ -1287,7 +1287,7 @@
-- @field #number particleEffect
-- @field #number distantLandFogFactor
-- @field #number distantLandFogOffset
-- @field openmw.util#Vector4 sunDiscSunsetColor
-- @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.