Made the number of points per line 70 again for test purposes.

This commit is contained in:
Artur Gomes 2017-09-12 20:03:32 +01:00
parent ae4e9b16e9
commit 6e5eb1d918

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 = 35; // Quick fix for polyline points disappearing issue.
MAX_POINTS_PER_LINE = 70; // Quick fix for polyline points disappearing issue.
function calculateStrokeNormal() {
if (!_isMouseDrawing) {