mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-13 07:47:45 +00:00
fix potential font-missing crash.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4604 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0d4128ff78
commit
663c405165
1 changed files with 2 additions and 0 deletions
|
@ -338,6 +338,8 @@ void R2D_Init(void)
|
||||||
#ifdef PLUGINS
|
#ifdef PLUGINS
|
||||||
Plug_DrawReloadImages();
|
Plug_DrawReloadImages();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
R2D_Font_Changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
mpic_t *R2D_SafeCachePic (char *path)
|
mpic_t *R2D_SafeCachePic (char *path)
|
||||||
|
|
Loading…
Reference in a new issue