summaryrefslogtreecommitdiff
path: root/examples/particles.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles.c')
-rw-r--r--examples/particles.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/particles.c b/examples/particles.c
index 130b5bf..894fee0 100644
--- a/examples/particles.c
+++ b/examples/particles.c
@@ -118,6 +118,7 @@ i32 main(i32 argc, c8 **argv) {
g_platform = (Platform) {
.title = "Particles",
+ .pixel_size = 1,
.exact_resolution = 1,
};