From 3b972c10e287de4cc323071f483dff50482bd584 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 2 Oct 2021 03:13:51 +0200 Subject: [PATCH] mainframe: request texture browser to show all or common textures on VFS refresh --- radiant/mainframe.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(){ -- 2.39.2