Fix OSG boilerplate macro for DebugCustomDraw

fix-osga-rotate-wildly
Alexei Kotov 11 months ago
parent 6a96cdaa31
commit 4df62d53db

@ -72,7 +72,7 @@ namespace Debug
DebugCustomDraw(); DebugCustomDraw();
DebugCustomDraw(const DebugCustomDraw& copy, const osg::CopyOp& copyop); DebugCustomDraw(const DebugCustomDraw& copy, const osg::CopyOp& copyop);
META_Object(Debug, DebugCustomDraw) META_Node(Debug, DebugCustomDraw)
mutable std::vector<DrawCall> mShapesToDraw; mutable std::vector<DrawCall> mShapesToDraw;
osg::ref_ptr<osg::Geometry> mLinesToDraw; osg::ref_ptr<osg::Geometry> mLinesToDraw;

Loading…
Cancel
Save