Skip to content

Commit

Permalink
Fixes crash when adding spritefonts on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Aug 14, 2022
1 parent eb965f4 commit 78937ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ function __scribble_font_add_sprite_ext(_sprite, _mapstring, _proportional, _sep

function __scribble_font_add_sprite_common(_sprite, _spritefont, _proportional, _separation)
{
__scribble_system();

var _font_info = font_get_info(_spritefont);

var _sprite_name = sprite_get_name(_sprite);
Expand Down

0 comments on commit 78937ef

Please sign in to comment.