mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
fix memory leak on shader shutdown
This commit is contained in:
@@ -49,6 +49,7 @@ struct ShaderInfo
|
||||
video::E_MATERIAL_TYPE material;
|
||||
|
||||
ShaderInfo(): name(""), material(video::EMT_SOLID) {}
|
||||
virtual ~ShaderInfo() {}
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user