Fix for line points disappearing on second client (trying new value to

see if the line replicates correctly)
This commit is contained in:
Artur Gomes 2017-08-17 17:19:13 +01:00
parent e59ff51cdd
commit e8fea16449

View file

@ -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) {