display TMP files in the asset browser

This commit is contained in:
Matthias Mailänder
2014-01-04 14:41:07 +01:00
parent b2a8763d06
commit 74b24c0f8d

View File

@@ -35,7 +35,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
PaletteFromFile currentPalette;
static readonly string[] AllowedExtensions = { ".shp", ".r8", ".tem", ".des", ".sno", ".int" };
static readonly string[] AllowedExtensions = { ".shp", ".r8", "tmp", ".tem", ".des", ".sno", ".int" };
[ObjectCreator.UseCtor]
public AssetBrowserLogic(Widget widget, Action onExit, World world)