mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-21 16:11:29 +00:00
Clang format
This commit is contained in:
parent
ddbd87e2a1
commit
0bcd872561
1 changed files with 2 additions and 6 deletions
|
@ -26,13 +26,9 @@ namespace MWRender
|
||||||
void setOffset(const osg::Vec3f& offset);
|
void setOffset(const osg::Vec3f& offset);
|
||||||
void setRotate(const osg::Quat& rotate);
|
void setRotate(const osg::Quat& rotate);
|
||||||
|
|
||||||
const osg::Vec3f getOffset() const {
|
const osg::Vec3f getOffset() const { return mOffset; }
|
||||||
return mOffset;
|
|
||||||
}
|
|
||||||
|
|
||||||
const osg::Quat getRotate() const {
|
const osg::Quat getRotate() const { return mRotate; }
|
||||||
return mRotate;
|
|
||||||
}
|
|
||||||
|
|
||||||
void operator()(osg::MatrixTransform* node, osg::NodeVisitor* nv);
|
void operator()(osg::MatrixTransform* node, osg::NodeVisitor* nv);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue