[DEV] remove store file when load file

This commit is contained in:
Edouard DUPIN 2014-01-22 21:14:25 +01:00
parent 929f4a4136
commit ea90612fb4

View File

@ -40,7 +40,7 @@ bool egami::load(egami::Image& _output, const std::string& _fileName, const ivec
EGAMI_ERROR("Error to load SVG file '" << _fileName << "'");
return false;
}
egami::storeEDF(_fileName + ".edf", _output);
//egami::storeEDF(_fileName + ".edf", _output);
} else if (true == end_with(tmpName, ".png") ) {
if (false == egami::loadPNG(_fileName, _output)) {
EGAMI_ERROR("Error to load PNG file '" << _fileName << "'");