deleting works

This commit is contained in:
2026-01-28 15:02:01 +01:00
parent cee3b737d0
commit 24cb0fd56b
2 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ struct TextNode
bool is_scrolling;
TextNode() : color(0), pos_x(0), pos_y(0), character_count(0), scroll_slowness(1), characterSize({7,5}), is_deleted(true), is_scrolling(true) {}
TextNode() : color(0), pos_x(0), pos_y(0), character_count(0), scroll_slowness(1), characterSize({7,5}), is_deleted(true), is_scrolling() {}
};
#endif // STRUCTS_H