mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Add support for dpi based HUD scaling
Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen
This commit is contained in:
@@ -1447,8 +1447,10 @@ int main(int argc, char *argv[])
|
||||
|
||||
device = createDeviceEx(params);
|
||||
|
||||
if (device == 0)
|
||||
if (device == 0) {
|
||||
return 1; // could not create selected driver.
|
||||
}
|
||||
porting::initIrrlicht(device);
|
||||
|
||||
/*
|
||||
Continue initialization
|
||||
|
Reference in New Issue
Block a user