this is ofImage source
in clone(mom); it calls update,and after this,it call update again
ofImage_& ofImage_::operator=(const ofImage_& mom) {
if(&mom==this) return *this;
clone(mom);
update();
this is ofImage source
in clone(mom); it calls update,and after this,it call update again
ofImage_& ofImage_::operator=(const ofImage_& mom) {
if(&mom==this) return *this;
clone(mom);
update();