mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 09:39:56 +00:00
Fix OSG boilerplate macro for DebugCustomDraw
This commit is contained in:
parent
6a96cdaa31
commit
4df62d53db
@ -72,7 +72,7 @@ namespace Debug
|
||||
DebugCustomDraw();
|
||||
DebugCustomDraw(const DebugCustomDraw& copy, const osg::CopyOp& copyop);
|
||||
|
||||
META_Object(Debug, DebugCustomDraw)
|
||||
META_Node(Debug, DebugCustomDraw)
|
||||
|
||||
mutable std::vector<DrawCall> mShapesToDraw;
|
||||
osg::ref_ptr<osg::Geometry> mLinesToDraw;
|
||||
|
Loading…
x
Reference in New Issue
Block a user