fix: Fixes cannot see that issue with Map LOS Refactor. (#2103)

This commit is contained in:
Kamron Batman 2025-02-02 11:38:10 -08:00 • committed by GitHub
parent 1264302ee0
commit 019672b026
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 30 deletions

View file

@ -9,7 +9,7 @@ public class Point3DList
public Point3DList()
{
m_List = new Point3D[8];
m_List = new Point3D[16];
Count = 0;
}