Added initializers

This commit is contained in:
Robert Osfield
2016-06-30 14:04:52 +01:00
parent ca721a8d05
commit 99458d061d

View File

@@ -251,6 +251,14 @@ trpgPageManager::LodPageInfo::LodPageInfo()
valid = false;
pageDist = 0.0;
cell.x = cell.y = -100;
lod = 0;
maxNumTiles = 0;
activeLoad = false;
activeUnload = false;
majorVersion = 0;
minorVersion = 0;
tileTable = 0;
}
trpgPageManager::LodPageInfo::~LodPageInfo()