summaryrefslogtreecommitdiff
path: root/themes/Snowflake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Snowflake.cpp')
-rw-r--r--themes/Snowflake.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/Snowflake.cpp b/themes/Snowflake.cpp
index 1e1e648..9a8abde 100644
--- a/themes/Snowflake.cpp
+++ b/themes/Snowflake.cpp
@@ -65,7 +65,7 @@ void SnowflakeParticleRenderer::load(SnowflakeLoadParameters params, Renderer2d*
xMax = static_cast<f32>(renderer->context->width);
yMax = static_cast<f32>(renderer->context->height);
-
+
// Initialize each snow flake with its shape
for (i32 s = 0; s < numSnowflakes; s++) {
auto ud = &updateData[s];