- v_text updated and moved to 'common'.

# Conflicts:
#	source/CMakeLists.txt
This commit is contained in:
Christoph Oelckers 2020-04-08 18:04:21 +02:00
parent 272d85663a
commit e500db97b1
5 changed files with 127 additions and 2 deletions

View file

@ -322,6 +322,7 @@ void DMenu::Drawer ()
if (this == DMenu::CurrentMenu && BackbuttonAlpha > 0 && m_show_backbutton >= 0 && m_use_mouse)
{
FTexture* tex = TileFiles.GetTexture("engine/graphics/m_back.png");
if (tex)
{
int w = tex->GetDisplayWidth() * CleanXfac;
int h = tex->GetDisplayHeight() * CleanYfac;