mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Merge remote-tracking branch 'scrawl/master'
This commit is contained in:
commit
f680fba37e
@ -119,6 +119,10 @@ void LocalMap::requestMap(MWWorld::Ptr::CellStore* cell)
|
|||||||
void LocalMap::requestMap(MWWorld::Ptr::CellStore* cell,
|
void LocalMap::requestMap(MWWorld::Ptr::CellStore* cell,
|
||||||
AxisAlignedBox bounds)
|
AxisAlignedBox bounds)
|
||||||
{
|
{
|
||||||
|
// if we're in an empty cell, don't bother rendering anything
|
||||||
|
if (bounds.isNull ())
|
||||||
|
return;
|
||||||
|
|
||||||
mInterior = true;
|
mInterior = true;
|
||||||
mBounds = bounds;
|
mBounds = bounds;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user