mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-15 11:35:22 +01:00
Release shadow mapping resources when not needed (#12497)
This commit is contained in:
@@ -51,6 +51,8 @@ struct NodeToApply
|
||||
class ShadowRenderer
|
||||
{
|
||||
public:
|
||||
static const int TEXTURE_LAYER_SHADOW = 3;
|
||||
|
||||
ShadowRenderer(IrrlichtDevice *device, Client *client);
|
||||
|
||||
~ShadowRenderer();
|
||||
|
||||
Reference in New Issue
Block a user