mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- v_text updated and moved to 'common'.
# Conflicts: # source/CMakeLists.txt
This commit is contained in:
parent
272d85663a
commit
e500db97b1
5 changed files with 127 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue