Replaced another dead link with an archived copy

This commit is contained in:
Graham Pentheny 2023-05-21 01:38:42 -04:00
parent ee2d4ef6e6
commit a87a328b8b

View File

@ -890,7 +890,7 @@ static bool buildMeshAdjacency(dtTileCacheAlloc* alloc,
const dtTileCacheContourSet& lcset) const dtTileCacheContourSet& lcset)
{ {
// Based on code by Eric Lengyel from: // 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; const int maxEdgeCount = npolys*MAX_VERTS_PER_POLY;
dtFixedArray<unsigned short> firstEdge(alloc, nverts + maxEdgeCount); dtFixedArray<unsigned short> firstEdge(alloc, nverts + maxEdgeCount);