From 74e3c0442c196b9cb7fadf7ddc4d49944f1270af Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 13 Feb 2022 10:37:46 -0500 Subject: Adding some new content and fixing spacing issues --- themes/Snowflake.h | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/Snowflake.h') diff --git a/themes/Snowflake.h b/themes/Snowflake.h index d44851b..f67c214 100644 --- a/themes/Snowflake.h +++ b/themes/Snowflake.h @@ -22,6 +22,7 @@ struct SnowflakeUpdateData { Vector2 velocity; Vector2 position; float32 rotation; + bool isAlive = false; bool onGround = false; int32 vtxIdx = 0; -- cgit v1.2.1