diff LightClone/Source/ResourceManager.cpp @ 68:c4ece16cf995

Finish cleaning up memory leaks; Starting on screen manager
author koryspansel <koryspansel@bendbroadband.com>
date Fri, 07 Oct 2011 13:31:52 -0700
parents 1fe27776627e
children
line wrap: on
line diff
--- a/LightClone/Source/ResourceManager.cpp	Fri Oct 07 01:15:28 2011 -0700
+++ b/LightClone/Source/ResourceManager.cpp	Fri Oct 07 13:31:52 2011 -0700
@@ -88,7 +88,7 @@
 	}
 
 	FontCache::Iterator kFont			= kFontCache.Begin();
-	FontCache::Iterator kFontEnd		= kFontCache.Begin();
+	FontCache::Iterator kFontEnd		= kFontCache.End();
 
 	for(; kFont != kFontEnd; ++kFont)
 	{