[DEBUG] Correct the resource update properties

This commit is contained in:
Edouard DUPIN 2014-05-30 18:59:50 +02:00
parent a771457d89
commit da12244f16
2 changed files with 2 additions and 2 deletions

2
build

@ -1 +1 @@
Subproject commit 2985efea70b5bff3bda00e948a072a63e1bc3d96
Subproject commit c73da6c4aca375ba3d9ed391d7052e119daa9a90

View File

@ -175,7 +175,7 @@ void ewol::resource::Manager::localAdd(const ewol::object::Shared<ewol::Resource
// in case of error ...
bool ewol::resource::Manager::checkResourceToRemove() {
//EWOL_INFO("remove object in Manager");
m_resourceListToUpdate.clear();
updateContext();
for (auto it(m_resourceList.begin()); it!=m_resourceList.end(); ++it) {
if ((*it) == nullptr) {
m_resourceList.erase(it);