mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Improve readability and infos in verbose log (#13828)
This commit is contained in:
parent
5949172735
commit
c3114132d3
11 changed files with 26 additions and 51 deletions
|
@ -195,16 +195,7 @@ void RenderingEngine::cleanupMeshCache()
|
|||
|
||||
bool RenderingEngine::setupTopLevelWindow()
|
||||
{
|
||||
// FIXME: It would make more sense for there to be a switch of some
|
||||
// sort here that would call the correct toplevel setup methods for
|
||||
// the environment Minetest is running in.
|
||||
|
||||
/* Setting general properties for the top level window */
|
||||
verbosestream << "Client: Configuring general top level window properties"
|
||||
<< std::endl;
|
||||
bool result = setWindowIcon();
|
||||
|
||||
return result;
|
||||
return setWindowIcon();
|
||||
}
|
||||
|
||||
bool RenderingEngine::setWindowIcon()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue