mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:58:35 +02:00
possible fix for mac crash?
This commit is contained in:
parent
1e827a925a
commit
23f8778feb
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ protected:
|
||||||
bool _faceCamera { false };
|
bool _faceCamera { false };
|
||||||
bool _glow { false };
|
bool _glow { false };
|
||||||
|
|
||||||
size_t _numVertices;
|
size_t _numVertices { 0 };
|
||||||
gpu::BufferPointer _polylineDataBuffer;
|
gpu::BufferPointer _polylineDataBuffer;
|
||||||
gpu::BufferPointer _polylineGeometryBuffer;
|
gpu::BufferPointer _polylineGeometryBuffer;
|
||||||
static std::map<std::pair<render::Args::RenderMethod, bool>, gpu::PipelinePointer> _pipelines;
|
static std::map<std::pair<render::Args::RenderMethod, bool>, gpu::PipelinePointer> _pipelines;
|
||||||
|
|
Loading…
Reference in a new issue