reset texture browser origin on directory loading

This commit is contained in:
Garux 2020-05-04 20:52:48 +03:00
parent e97974e158
commit d48ce73d01

View File

@ -808,7 +808,7 @@ void TextureBrowser_ShowDirectory( TextureBrowser& textureBrowser, const char* d
} }
TextureBrowser_SetHideUnused( textureBrowser, false ); TextureBrowser_SetHideUnused( textureBrowser, false );
TextureBrowser_setOriginY( textureBrowser, 0 );
TextureBrowser_updateTitle(); TextureBrowser_updateTitle();
} }