Update XGfxWorldDpvsPlanes parsing logic

This commit is contained in:
njohnson 2025-09-07 23:12:03 -04:00
parent e4c409ab19
commit e2f35a0314

View File

@ -18,6 +18,11 @@ XGfxWorldDpvsPlanes::~XGfxWorldDpvsPlanes()
} }
int XGfxWorldDpvsPlanes::GetCellCount() const
{
return aCellCount;
}
void XGfxWorldDpvsPlanes::ParseData(QDataStream *aStream) void XGfxWorldDpvsPlanes::ParseData(QDataStream *aStream)
{ {