From: Thomas Debesse Date: Sat, 2 Oct 2021 01:13:51 +0000 (+0200) Subject: mainframe: request texture browser to show all or common textures on VFS refresh X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=3b972c10e287de4cc323071f483dff50482bd584 mainframe: request texture browser to show all or common textures on VFS refresh --- diff --git a/radiant/mainframe.cpp b/radiant/mainframe.cpp index 3b691f3a..74ec1904 100644 --- a/radiant/mainframe.cpp +++ b/radiant/mainframe.cpp @@ -167,6 +167,8 @@ void VFS_Refresh(){ RefreshReferences(); // also refresh texture browser TextureBrowser_RefreshShaders(); + // also show textures (all or common) + TextureBrowser_ShowStartupShaders( GlobalTextureBrowser() ); } void VFS_Restart(){