From b9a0626d8893324aa6be41607efbc131d23eee2d Mon Sep 17 00:00:00 2001 From: Jordan Snelling Date: Sun, 8 Mar 2020 15:13:36 +0000 Subject: Fix star visilibity and documentation (since 946c03c6) Fix memory leak (unused allocation) Fix star rendering Rename sky color struct Fix stars on android Remove extraneous .data() from android star draw --- doc/lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lua_api.txt') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index a603a5a37..5a3e37292 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -6044,7 +6044,7 @@ object you are working with still exists. * `star_color`: ColorSpec, sets the colors of the stars, alpha channel is used to set overall star brightness. (default: `#ebebff69`) - * `size`: Float controlling the overall size of the stars (default: `1`) + * `scale`: Float controlling the overall size of the stars (default: `1`) * `get_stars()`: returns a table with the current stars parameters as in `set_stars`. * `set_clouds(parameters)`: set cloud parameters -- cgit v1.2.3