renderer: ++todo

This commit is contained in:
Hermet Park 2024-02-04 17:53:25 +09:00
parent fd2fe6cc28
commit db8ccefbcc

View file

@ -100,7 +100,7 @@ struct Canvas::Impl
//Update single paint node //Update single paint node
if (paint) { if (paint) {
//Optimize Me: Can we skip the searching? //TODO: Leave this for backward compatibility. Remove this when 1.0 out.
for (auto paint2 : paints) { for (auto paint2 : paints) {
if (paint2 == paint) { if (paint2 == paint) {
paint->pImpl->update(renderer, nullptr, clips, 255, flag); paint->pImpl->update(renderer, nullptr, clips, 255, flag);