mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
better graphics, zlib to work on vc++
This commit is contained in:
parent
47f76d8a51
commit
6129e31b96
18 changed files with 73 additions and 32 deletions
|
@ -551,7 +551,7 @@ void MapBlock::updateMesh()
|
|||
|
||||
MapNode &n = getNodeRef(x,y,z);
|
||||
|
||||
if(n.d == CONTENT_LIGHT)
|
||||
if(n.d == CONTENT_TORCH)
|
||||
{
|
||||
//scene::IMeshBuffer *buf = new scene::SMeshBuffer();
|
||||
scene::SMeshBuffer *buf = new scene::SMeshBuffer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue