reset texture browser origin on directory loading
This commit is contained in:
parent
e97974e158
commit
d48ce73d01
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user