Potentially fix crash in LLSurface

This commit is contained in:
Shyotl
2020-04-07 23:30:12 -05:00
parent 0aa5e0bb88
commit ed7f73769f
2 changed files with 9 additions and 53 deletions

View File

@@ -167,7 +167,7 @@ public:
// +---+---+---+
// |SW | S | SE|
// +---+---+---+
LLSurface *mNeighbors[8]; // Adjacent patches
std::array<LLSurface*, 8> mNeighbors; // Adjacent patches
U32 mType; // Useful for identifying derived classes