Skip to content

Commit

Permalink
fix nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Apr 21, 2024
1 parent 6fcbe02 commit 47eacee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fancy_demo/fancy.asc
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ DynamicSprite* CreateFromFancyTextBox(static DynamicSprite, const string text, F

DynamicSprite* text_spr = DynamicSprite.CreateFromFancyString(text, config, width);

return _create_textbox_from_text_spr(text_spr, this._f9p);
return _create_textbox_from_text_spr(text_spr, f9p);
}

Overlay* CreateFancyTextBox(static Overlay, int x, int y, const string text, FancyConfig* config, int width, Fancy9Piece* f9p)
Expand Down

0 comments on commit 47eacee

Please sign in to comment.