mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix -Winconsistent-missing-override warnings
This commit is contained in:
@@ -578,7 +578,7 @@ public:
|
||||
m_saturation_pixel.set(&saturation, services);
|
||||
}
|
||||
|
||||
void onSetMaterial(const video::SMaterial &material)
|
||||
void onSetMaterial(const video::SMaterial &material) override
|
||||
{
|
||||
video::ITexture *texture = material.getTexture(0);
|
||||
if (texture) {
|
||||
|
Reference in New Issue
Block a user