aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-23 22:23:36 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-23 22:23:36 +0200
commit6e2c5e1b57210b10f8781f103e5c46308544339f (patch)
tree9738592f2082de1881a0ea019bf3c99644134aef /src/example
parent9b7be419c9dcc6ebd1e504713c7b2676ca3d2fdf (diff)
more nitpicking
Diffstat (limited to 'src/example')
-rw-r--r--src/example/particle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/particle.cpp b/src/example/particle.cpp
index 66b1441..943f83b 100644
--- a/src/example/particle.cpp
+++ b/src/example/particle.cpp
@@ -83,7 +83,7 @@ int main(int argc, char * argv[]) {
for (const Particle & particle : emitter.particles) {
if (particle.active)
app.draw_square(particle.position.x, particle.position.y,
- 5); // draw each particle
+ 5); // draw each particle
}
}