mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Fix and prevent -Wextra-semi warning
This commit is contained in:
parent
bfa303f73b
commit
063fff7fa4
34 changed files with 111 additions and 107 deletions
|
@ -30,7 +30,7 @@ namespace Shader
|
|||
{
|
||||
}
|
||||
|
||||
META_StateAttribute(Shader, RemovedAlphaFunc, ALPHAFUNC);
|
||||
META_StateAttribute(Shader, RemovedAlphaFunc, ALPHAFUNC)
|
||||
|
||||
void apply(osg::State& state) const override {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue