]> git.lizzy.rs Git - minetest.git/commit
Add mesh-holding blocks to shadow drawlist. (#13203)
authorlhofhansl <larsh@apache.org>
Fri, 17 Feb 2023 01:43:08 +0000 (15:43 -1000)
committerGitHub <noreply@github.com>
Fri, 17 Feb 2023 01:43:08 +0000 (15:43 -1000)
commit2a8becd650a8adaa86fd7f76122ea75f11f49dad
tree39d4af0be1762c632ef0edaf27bad143793df479
parent4cd6b773bb5de2594c682ae7e5793c80ad6a22e6
Add mesh-holding blocks to shadow drawlist. (#13203)

When mesh chunking and shadows are enabled, make sure that the mesh-holding blocks are added to the shadow drawlist.
Otherwise those portions of the shadows will not be rendered.
src/client/clientmap.cpp