CCDraw: add signal OnAfterPaintBg

This commit is contained in:
2017-01-18 09:45:47 +01:00
committed by M. Liebmann
parent 1120e3a37d
commit 0eb8c7b173
2 changed files with 5 additions and 2 deletions

View File

@@ -630,6 +630,7 @@ void CCDraw::paintFbItems(bool do_save_bg)
}
}
is_painted = v_fbdata[i].is_painted = true;
OnAfterPaintBg();
}
}
}