mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix warning in porting::setXorgWindowIcon when building without X11 (#4288)
This commit is contained in:
parent
281e9f39fd
commit
795f1c75cb
1 changed files with 1 additions and 1 deletions
|
@ -695,8 +695,8 @@ bool setXorgWindowIcon(IrrlichtDevice *device,
|
|||
|
||||
delete [] icon_buffer;
|
||||
|
||||
return true;
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue