1
0
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:
Alexei Kotov 2024-02-10 01:25:15 +03:00
parent 6a96cdaa31
commit 4df62d53db

View File

@ -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;