mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Fix an another shadoved declaration.
This commit is contained in:
parent
4813832b92
commit
ecda65d37b
@ -49,8 +49,6 @@ void BucketAction::do_action(PaintCanvas *canvas, const Array &data) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
Color col = canvas->get_pixel_v(pixel);
|
|
||||||
|
|
||||||
if (canvas->is_alpha_locked() && col.a < 0.00001) {
|
if (canvas->is_alpha_locked() && col.a < 0.00001) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user