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