mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 06:53:59 +02:00
unused var
This commit is contained in:
parent
811be15bbc
commit
e7c6ba9ae2
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ ContextOverlayInterface::ContextOverlayInterface() {
|
|||
|
||||
static const xColor BB_OVERLAY_COLOR = {255, 255, 0};
|
||||
static const uint32_t LEFT_HAND_HW_ID = 1;
|
||||
static const uint32_t RIGHT_HAND_HW_ID = 2;
|
||||
static const xColor CONTEXT_OVERLAY_COLOR = { 255, 255, 255 };
|
||||
static const float CONTEXT_OVERLAY_CLOSE_DISTANCE = 1.5f; // in meters
|
||||
static const float CONTEXT_OVERLAY_CLOSE_SIZE = 0.12f; // in meters, same x and y dims
|
||||
|
|
Loading…
Reference in a new issue