Set the window caption for the initial window too
parent
bcd3e1af2f
commit
3fb5b7a3bd
|
@ -1350,6 +1350,9 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
// Set device in game parameters
|
// Set device in game parameters
|
||||||
device = device;
|
device = device;
|
||||||
|
|
||||||
|
// Set the window caption
|
||||||
|
device->setWindowCaption(L"Minetest [Main Menu]");
|
||||||
|
|
||||||
// Create time getter
|
// Create time getter
|
||||||
g_timegetter = new IrrlichtTimeGetter(device);
|
g_timegetter = new IrrlichtTimeGetter(device);
|
||||||
|
|
Loading…
Reference in New Issue