X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fparticles.cpp;h=f6f066b361b8c808e3485c161a477f0e7f3a7c30;hb=7e15c4f871809033278711a6e9327616da00c4c9;hp=cea6c82f8a60db6ad50110e2da6bcdb2899d3e9e;hpb=d963f8dc3d2c4e432d3eeecd15351169e10243da;p=supertux.git diff --git a/src/object/particles.cpp b/src/object/particles.cpp index cea6c82f8..f6f066b36 100644 --- a/src/object/particles.cpp +++ b/src/object/particles.cpp @@ -102,4 +102,3 @@ Particles::draw(DrawingContext& context) context.draw_filled_rect((*i)->pos, Vector(size,size), color,drawing_layer); } } -