Skip to content

Commit

Permalink
[render] drawable trackball is visible by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Oct 21, 2024
1 parent d90aaaf commit d1810aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace vcl {

class DrawableTrackBall : public DrawableObjectI, protected TrackballRenderData
{
bool mVisible = false;
bool mVisible = true;

bgfx::VertexBufferHandle mVertexCoordBH = BGFX_INVALID_HANDLE;
bgfx::IndexBufferHandle mEdgeIndexBH = BGFX_INVALID_HANDLE;
Expand Down

0 comments on commit d1810aa

Please sign in to comment.