summaryrefslogtreecommitdiff
path: root/themes/Snowflake.cpp
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-01 21:55:18 -0400
committermattkae <mattkae@protonmail.com>2022-05-01 21:55:18 -0400
commit1c051dffdb27ff6ebaa96802b021e99e49afb861 (patch)
tree915dca8be4507da86c1f19726560a88b568ab280 /themes/Snowflake.cpp
parent40a924db3664318615a9a3f11ee25c206cb77fe1 (diff)
Fixed resize issue
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];