Skip to content

Commit

Permalink
FastLoad/LoadFast crash fix
Browse files Browse the repository at this point in the history
most likely cause, not a necessary change
  • Loading branch information
poco0317 authored Oct 1, 2018
1 parent 8f193a4 commit 218488f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrefsManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ PrefsManager::PrefsManager()
, m_bDelayedTextureDelete("DelayedTextureDelete", false)
, m_bDelayedModelDelete("DelayedModelDelete", false)
, m_ImageCache("CacheImages", IMGCACHE_OFF)
, m_bFastLoad("LoadFast", true)
, m_bFastLoad("FastLoad", true)
, m_bBlindlyTrustCache("BlindlyTrustCache", true)
, m_bShrinkSongCache("RemoveCacheEntriesForDeletedSongs", false)
, m_NeverCacheList("NeverCacheList", "")
Expand Down

0 comments on commit 218488f

Please sign in to comment.