document new function introduced in r3829

Originally committed to SVN as r3830.
This commit is contained in:
Karl Blomster 2009-11-29 19:01:32 +00:00
parent 6b04f5ee8f
commit ed3b47b250
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ void VideoProviderCache::ClearCache() {
}
}
/// @brief Get the current size of the cache
/// @return Returns the size in bytes
unsigned VideoProviderCache::GetCurCacheSize() {
int sz = 0;
for (std::list<CachedFrame>::iterator i = cache.begin(); i != cache.end(); i++)