mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-29 20:25:19 +01: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