mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 09:43:45 +01:00
Set the window caption for the initial window too
This commit is contained in:
parent
bcd3e1af2f
commit
3fb5b7a3bd
@ -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…
Reference in New Issue
Block a user