]> git.xonotic.org Git - xonotic/netradiant.git/commit
radiant/texwindow: use TextureBrowser_showWads when possible 166/head
authorThomas Debesse <dev@illwieckz.net>
Fri, 22 May 2020 16:17:35 +0000 (18:17 +0200)
committerThomas Debesse <dev@illwieckz.net>
Fri, 22 May 2020 16:21:18 +0000 (18:21 +0200)
commit123df62028030769bc34f26bf6254696f9eb41fa
tree8f591bf78ea5d86a4dcb59c370bdaebbd7d5e9df
parente6d072e212b9fa0417b7c4290b545d5c26220556
radiant/texwindow: use TextureBrowser_showWads when possible

instead of doing alternatively:
- !string_empty( g_pGameDescription->getKeyValue( "show_wads" ) )
- TextureBrowser_showWads()

the last one calling:
- !string_empty( g_pGameDescription->getKeyValue( "show_wads" ) )
radiant/texwindow.cpp