mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-29 20:25:19 +01:00
Fix warning in porting::setXorgWindowIcon when building without X11 (#4288)
This commit is contained in:
@@ -695,8 +695,8 @@ bool setXorgWindowIcon(IrrlichtDevice *device,
|
|||||||
|
|
||||||
delete [] icon_buffer;
|
delete [] icon_buffer;
|
||||||
|
|
||||||
return true;
|
|
||||||
#endif
|
#endif
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
////
|
////
|
||||||
|
|||||||
Reference in New Issue
Block a user