deleting works
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user