From David Callu, warning fixes and removal of spaces at end of lines.
This commit is contained in:
@@ -80,7 +80,7 @@ void ShaderAttribute::removeUniform(unsigned int i)
|
||||
_uniforms.erase(_uniforms.begin()+i);
|
||||
}
|
||||
|
||||
bool ShaderAttribute::getModeUsage(StateAttribute::ModeUsage& usage) const
|
||||
bool ShaderAttribute::getModeUsage(StateAttribute::ModeUsage& /*usage*/) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user