forked from organicmaps/organicmaps
Fixed rendering of position accuracy and position mark. Depth changed to avoid intersection with the clipping planes.
This commit is contained in:
parent
9eac332166
commit
4ea1f01d61
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ namespace dp
|
|||
namespace depth
|
||||
{
|
||||
|
||||
float const POSITION_ACCURACY = minDepth;
|
||||
float const MY_POSITION_MARK = maxDepth;
|
||||
float const POSITION_ACCURACY = minDepth + 1.0f;
|
||||
float const MY_POSITION_MARK = maxDepth - 1.0f;
|
||||
|
||||
} // namespace depth
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue