forked from Mirrorlandia_minetest/minetest
Set the window caption for the initial window too
This commit is contained in:
parent
8fa94c3547
commit
52df1b598c
@ -1351,6 +1351,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