Skip to content

Commit 09a54f8

Browse files
committed
Fix whitespaces.
1 parent b03c4b0 commit 09a54f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/lua_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8610,7 +8610,7 @@ child will follow movement and rotation of that bone.
86108610
* `sky_light` is a table that controls calculation of sun light color.
86118611
`sun_color = color_offset + color_ratio_coef*daynight_ratio` where `daynight_ratio` is not linear to day time.
86128612
Result color lesser or equal to 0.0 means no color in light.
8613-
Result color greater or equal to 1.0 means full color in light.
8613+
Result color greater or equal to 1.0 means full color in light.
86148614
* `color_offset` is a table that controls red, green and blue color offsets.
86158615
* `r` (default: `-0.04`)
86168616
* `g` (default: `-0.04`)

src/lighting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ struct SkyLight
6767
v3f color_offset;
6868
/// @brief Sunlight color dayratio effect
6969
v3f color_ratio_coef;
70-
70+
7171
SkyLight();
7272
};
7373

0 commit comments

Comments
 (0)