summaryrefslogtreecommitdiff
path: root/themes/Snowflake.h
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Snowflake.h')
-rw-r--r--themes/Snowflake.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/Snowflake.h b/themes/Snowflake.h
index 248034c..ae0c82f 100644
--- a/themes/Snowflake.h
+++ b/themes/Snowflake.h
@@ -7,7 +7,6 @@ struct Vertex2D;
struct SnowflakeLoadParameters {
i32 maxSnowflakes = 1000;
- i32 initialSnowflakeCount = 100;
f32 rateOfSnowfall = 0.1f;
Vector2 flakeV0 = { 0, 1 };
f32 flakeSize = 5.f;
@@ -34,8 +33,6 @@ struct SnowflakeParticleRenderer {
f32 yMax = 0;
f32 spawnIntervalSeconds = 0.3;
f32 windIntervalSeconds = 1.5;
- i32 startIndex = 0;
- i32 endIndex = 0;
i32 numSnowflakes = 0;
Vector2 windSpeed;
SnowflakeUpdateData* updateData;