mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-21 00:45:23 +01:00
Remove irr namespace (#16309)
This commit is contained in:
@@ -317,7 +317,7 @@ void GUIEngine::run()
|
||||
fog_end, fog_density, fog_pixelfog, fog_rangefog);
|
||||
}
|
||||
|
||||
const irr::core::dimension2d<u32> initial_screen_size(
|
||||
const core::dimension2d<u32> initial_screen_size(
|
||||
g_settings->getU16("screen_w"),
|
||||
g_settings->getU16("screen_h")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user