Initialize mLastSimAccess.
This commit is contained in:
Aleric Inglewood
2013-11-05 03:55:40 +01:00
parent 2453c13e11
commit 1a9cf9b013

View File

@@ -297,6 +297,8 @@ LLViewerRegion::LLViewerRegion(const U64 &handle,
mRegionFlags( REGION_FLAGS_DEFAULT ),
mRegionProtocols( 0 ),
mSimAccess( SIM_ACCESS_MIN ),
mLastSimAccess( 0 ),
mSimAccessString( "unknown" ),
mBillableFactor(1.0),
mMaxTasks(DEFAULT_MAX_REGION_WIDE_PRIM_COUNT),
mCentralBakeVersion(0),