| 364 | } |
| 365 | |
| 366 | Debug::DebugDrawer::DebugDrawer(const DebugDrawer& copy, const osg::CopyOp& copyop) |
| 367 | : Node(copy, copyop) |
| 368 | , mCurrentFrame(copy.mCurrentFrame) |
| 369 | , mCustomDebugDrawer(copy.mCustomDebugDrawer) |
| 370 | { |
| 371 | } |
| 372 | |
| 373 | Debug::DebugDrawer::DebugDrawer(Shader::ShaderManager& shaderManager) |
| 374 | { |
nothing calls this directly
no test coverage detected