mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-13 02:55:19 -05:00
Prevent issue with uninitialized text texture
This commit is contained in:
@@ -61,7 +61,7 @@ private:
|
||||
TextData future_data;
|
||||
TextData loaded_data;
|
||||
|
||||
void setRealSize(int width, int height);
|
||||
void setRealSize(int width, int height, bool check_previous = true);
|
||||
void reset_data(TextData &data);
|
||||
void setTextWithLineWrapping(int x_limit = 0);
|
||||
void updateText(int x_limit = 0);
|
||||
|
||||
Reference in New Issue
Block a user