-cover cache fine tuning :P

This commit is contained in:
fix94.1 2012-07-27 20:02:07 +00:00
parent 864601e21c
commit 170d7975e4

View File

@ -2760,7 +2760,7 @@ int CCoverFlow::_coverLoader(CCoverFlow *cf)
bool update; bool update;
u32 i; u32 i;
u32 bufferSize = min(cf->m_numBufCovers * cf->m_rows, 80u); u32 bufferSize = min(cf->m_numBufCovers * max(2u, cf->m_rows), 80u);
while(cf->m_loadingCovers) while(cf->m_loadingCovers)
{ {