Fix missing assignment
This commit is contained in:
parent
21a7e050ab
commit
77cd56fbd3
|
@ -200,7 +200,7 @@ S3D_CACHE::~S3D_CACHE()
|
||||||
int clearCacheInterval = 0;
|
int clearCacheInterval = 0;
|
||||||
|
|
||||||
if( Pgm().GetCommonSettings() )
|
if( Pgm().GetCommonSettings() )
|
||||||
Pgm().GetCommonSettings()->m_System.clear_3d_cache_interval;
|
clearCacheInterval = Pgm().GetCommonSettings()->m_System.clear_3d_cache_interval;
|
||||||
|
|
||||||
// An interval of zero means the user doesn't want to ever clear the cache
|
// An interval of zero means the user doesn't want to ever clear the cache
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue