Added debug message which is displayed when surfaces are deleted from memory.

This commit is contained in:
Ayla
2011-09-18 13:21:03 +02:00
parent cca367745b
commit cf8bd84362
+2
View File
@@ -142,6 +142,8 @@ void SurfaceCollection::del(const string &path) {
delete i->second;
surfaces.erase(i);
}
DEBUG("Unloading skin surface: '%s'\n", path.c_str());
}
void SurfaceCollection::clear() {