mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 12:46:57 +02:00
Fix -Wreorder for DrawOverlay3D ctor
This commit is contained in:
parent
3fceaba2fe
commit
0c31c072a3
1 changed files with 1 additions and 1 deletions
|
@ -108,8 +108,8 @@ public:
|
|||
void run(const render::SceneContextPointer& sceneContext, const render::RenderContextPointer& renderContext);
|
||||
|
||||
protected:
|
||||
render::ShapePlumberPointer _shapePlumber;
|
||||
render::ItemFilter _filter;
|
||||
render::ShapePlumberPointer _shapePlumber;
|
||||
int _maxDrawn; // initialized by Config
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue