fix: Fixes cannot see that issue with Map LOS Refactor. (#2103)
This commit is contained in:
parent
1264302ee0
commit
019672b026
2 changed files with 27 additions and 30 deletions
|
|
@ -9,7 +9,7 @@ public class Point3DList
|
|||
|
||||
public Point3DList()
|
||||
{
|
||||
m_List = new Point3D[8];
|
||||
m_List = new Point3D[16];
|
||||
Count = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue