mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix missing assignment
This commit is contained in:
parent
21a7e050ab
commit
77cd56fbd3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user