mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-25 21:50:21 +02:00
Fix for line points disappearing on second client (trying new value to
see if the line replicates correctly)
This commit is contained in:
parent
e59ff51cdd
commit
e8fea16449
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
_isUvModeStretch = _savedSettings.currentTexture.brushType == "stretch",
|
||||
MIN_STROKE_LENGTH = 0.005, // m
|
||||
MIN_STROKE_INTERVAL = 66, // ms
|
||||
MAX_POINTS_PER_LINE = 40; // Quick fix for polyline points disappearing issue.
|
||||
MAX_POINTS_PER_LINE = 35; // Quick fix for polyline points disappearing issue.
|
||||
|
||||
function calculateStrokeNormal() {
|
||||
if (!_isMouseDrawing) {
|
||||
|
|
Loading…
Reference in a new issue