Updated xcmodel

This commit is contained in:
njohnson 2025-09-07 23:15:47 -04:00
parent 67832954e4
commit 4f430055f3

View File

@ -17,7 +17,16 @@ XCModel::~XCModel()
void XCModel::ParseData(QDataStream *aStream)
{
*aStream
>> mMins[0]
>> mMins[1]
>> mMins[2]
>> mMaxs[0]
>> mMaxs[1]
>> mMaxs[2]
>> mRadius;
mLeaf.ParseData(aStream);
}
void XCModel::Clear()