Fix missing assignment

This commit is contained in:
Seth Hillbrand 2022-05-26 08:17:47 -07:00
parent 21a7e050ab
commit 77cd56fbd3
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ S3D_CACHE::~S3D_CACHE()
int clearCacheInterval = 0;
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