mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-03 00:30:26 +02:00
Fix ifs clang-format didn’t get
This commit is contained in:
@ -633,8 +633,7 @@ bool CIrrDeviceMacOSX::createWindow()
|
||||
// TODO: fullscreen
|
||||
// if (!CreationParams.Fullscreen)
|
||||
{
|
||||
if (!CreationParams.WindowId) // create another window when WindowId is null
|
||||
{
|
||||
if (!CreationParams.WindowId) { // create another window when WindowId is null
|
||||
int x = (CreationParams.WindowPosition.X > 0) ? CreationParams.WindowPosition.X : 0;
|
||||
int y = (CreationParams.WindowPosition.Y > 0) ? CreationParams.WindowPosition.Y : 0;
|
||||
|
||||
|
Reference in New Issue
Block a user