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
|
@ -53,7 +53,7 @@ namespace Debug
|
|||
|
||||
DebugGroup(const DebugGroup& debugGroup, const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
|
||||
|
||||
META_StateAttribute(Debug, DebugGroup, osg::StateAttribute::Type(101));
|
||||
META_StateAttribute(Debug, DebugGroup, osg::StateAttribute::Type(101))
|
||||
|
||||
void apply(osg::State& state) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue