Replaced another dead link with an archived copy
This commit is contained in:
parent
ee2d4ef6e6
commit
a87a328b8b
@ -890,7 +890,7 @@ static bool buildMeshAdjacency(dtTileCacheAlloc* alloc,
|
||||
const dtTileCacheContourSet& lcset)
|
||||
{
|
||||
// Based on code by Eric Lengyel from:
|
||||
// http://www.terathon.com/code/edges.php
|
||||
// https://web.archive.org/web/20080704083314/http://www.terathon.com/code/edges.php
|
||||
|
||||
const int maxEdgeCount = npolys*MAX_VERTS_PER_POLY;
|
||||
dtFixedArray<unsigned short> firstEdge(alloc, nverts + maxEdgeCount);
|
||||
|
Loading…
x
Reference in New Issue
Block a user