mirror of
https://github.com/minetest/minetest.git
synced 2025-02-18 19:03:46 +01:00
Set the window caption for the initial window too
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user