Updates from Nick.

This commit is contained in:
Robert Osfield
2003-12-22 14:05:04 +00:00
parent 503568a303
commit 26ef2ca0d2
2 changed files with 3 additions and 1 deletions

View File

@@ -557,7 +557,7 @@ osg::Group* TXPArchive::getTileContent(int x, int y, int lod)
trpgMemReadBuffer buf(GetEndian());
if (!ReadTile(x,y,lod,buf))
{
return NULL;
return new osg::Group;
}
osg::Group *tileGroup = _parser->parseScene(buf,_gstates,_models);