mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Set the window caption for the initial window too
This commit is contained in:
parent
bcd3e1af2f
commit
3fb5b7a3bd
1 changed files with 3 additions and 0 deletions
|
@ -1350,6 +1350,9 @@ int main(int argc, char *argv[])
|
|||
|
||||
// Set device in game parameters
|
||||
device = device;
|
||||
|
||||
// Set the window caption
|
||||
device->setWindowCaption(L"Minetest [Main Menu]");
|
||||
|
||||
// Create time getter
|
||||
g_timegetter = new IrrlichtTimeGetter(device);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue