mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
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
This commit is contained in:
parent
23c907befe
commit
b9a0626d88
4 changed files with 16 additions and 32 deletions
|
@ -2059,7 +2059,7 @@ int ObjectRef::l_set_stars(lua_State *L)
|
|||
lua_pop(L, 1);
|
||||
|
||||
star_params.scale = getfloatfield_default(L, 2,
|
||||
"size", star_params.scale);
|
||||
"scale", star_params.scale);
|
||||
|
||||
getServer(L)->setStars(player, star_params);
|
||||
lua_pushboolean(L, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue