diff options
author | paramat <paramat@users.noreply.github.com> | 2019-04-10 20:33:54 +0100 |
---|---|---|
committer | Paramat <paramat@users.noreply.github.com> | 2019-04-14 22:21:51 +0100 |
commit | 38b94f248ad2473b8c49e9832215071e8a79944f (patch) | |
tree | 68f1cfa65998e356ccb0060e6121809d36b8b125 /doc | |
parent | 12a63021d01abd7395be3614767648d0b39f42a3 (diff) | |
download | minetest-38b94f248ad2473b8c49e9832215071e8a79944f.tar.gz minetest-38b94f248ad2473b8c49e9832215071e8a79944f.tar.bz2 minetest-38b94f248ad2473b8c49e9832215071e8a79944f.zip |
Attend to review, re-arrange blank lines, update lua_api.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 870daba02..c7035bb72 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -5680,7 +5680,7 @@ Used by `ObjectRef` methods. Part of an Entity definition. automatic_face_movement_max_rotation_per_sec = -1, -- Limit automatic rotation to this value in degrees per second. - -- No limit if value < 0. + -- No limit if value <= 0. backface_culling = true, -- Set to false to disable backface_culling for model |