mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 17:20:12 +02:00
Reduce margin.
This commit is contained in:
parent
58e2300943
commit
b649b30777
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ function ignoreMouseActivity() {
|
|||
weMovedReticle = false;
|
||||
return true;
|
||||
}
|
||||
var MARGIN = 50;
|
||||
var MARGIN = 25;
|
||||
var reticleMinX = MARGIN, reticleMaxX, reticleMinY = MARGIN, reticleMaxY;
|
||||
function updateRecommendedArea() {
|
||||
var dims = Controller.getViewportDimensions();
|
||||
|
|
Loading…
Reference in a new issue