Fix texture cache missing in certain situations after resizing the window

This commit is contained in:
AllyTally
2023-08-22 22:03:10 -03:00
committed by Misa Elizabeth Kai
parent 7b40a052ed
commit 6952c58878
2 changed files with 3 additions and 1 deletions

View File

@@ -3511,6 +3511,7 @@ void editorinput(void)
if (game.currentmenuname == Menu::ed_settings)
{
ed.state = EditorState_DRAW;
gameScreen.recacheTextures();
}
else
{