From 7a6d758e924ff3addcf366dc8344bc9291fd0c58 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 3 Oct 2017 15:39:41 +0100 Subject: [PATCH] [client] Provisionally fix the seamless line rendering logic. Not gonna call it fixed yet though - I think it'll come back to hant us at some point mya --- Nibriboard/ClientFiles/Chunk.js | 2 +- Nibriboard/lib/GlidingSquirrel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Nibriboard/ClientFiles/Chunk.js b/Nibriboard/ClientFiles/Chunk.js index 13734fc..b713fa6 100644 --- a/Nibriboard/ClientFiles/Chunk.js +++ b/Nibriboard/ClientFiles/Chunk.js @@ -92,7 +92,7 @@ class Chunk // Fetch all the points on fragments of this line forwards from here if(line.ContinuesIn != null) { - let nextLines = chunkCache.fetchLineFragments(line.ContainingChunk, line.UniqueId).Points; + let nextLines = chunkCache.fetchLineFragments(line.ContainingChunk, line.UniqueId); linePoints = []; for (let nextLine of nextLines) { linePoints = linePoints.concat(nextLine.Points); diff --git a/Nibriboard/lib/GlidingSquirrel b/Nibriboard/lib/GlidingSquirrel index 607dbb9..57de87e 160000 --- a/Nibriboard/lib/GlidingSquirrel +++ b/Nibriboard/lib/GlidingSquirrel @@ -1 +1 @@ -Subproject commit 607dbb9bb3ebd3f8e29015fe1a84bf1a2cd511ed +Subproject commit 57de87ee337f42bf8e61e4ac9216cefc868b87a3