mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove top left minetest watermark
Move version information into the window caption. On popular player request. Fixes #4209.
This commit is contained in:
parent
3c63c3044d
commit
e1aa98fe07
4 changed files with 13 additions and 23 deletions
|
@ -270,10 +270,10 @@ private:
|
|||
void drawVersion();
|
||||
|
||||
/**
|
||||
* specify text to be appended to version string
|
||||
* specify text to appear as top left string
|
||||
* @param text to set
|
||||
*/
|
||||
void setTopleftText(std::string append);
|
||||
void setTopleftText(const std::string &text);
|
||||
|
||||
/** pointer to gui element shown at topleft corner */
|
||||
irr::gui::IGUIStaticText* m_irr_toplefttext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue