mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix all warnings reported by clang
This commit is contained in:
@@ -210,8 +210,7 @@ public:
|
||||
class MainShaderConstantSetter : public IShaderConstantSetter
|
||||
{
|
||||
public:
|
||||
MainShaderConstantSetter(IrrlichtDevice *device):
|
||||
m_device(device)
|
||||
MainShaderConstantSetter(IrrlichtDevice *device)
|
||||
{}
|
||||
~MainShaderConstantSetter() {}
|
||||
|
||||
@@ -255,9 +254,6 @@ public:
|
||||
services->setVertexShaderConstant(world.pointer(), 8, 4);
|
||||
|
||||
}
|
||||
|
||||
private:
|
||||
IrrlichtDevice *m_device;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user