mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[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
This commit is contained in:
parent
22737f7058
commit
7a6d758e92
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 607dbb9bb3ebd3f8e29015fe1a84bf1a2cd511ed
|
||||
Subproject commit 57de87ee337f42bf8e61e4ac9216cefc868b87a3
|
Loading…
Reference in a new issue