Fix server build
This commit is contained in:
parent
67b6c3bf05
commit
bc2fb1da76
@ -694,7 +694,9 @@ bool handleContextMenuAction(s32 cmd_id)
|
||||
(const irr::core::stringw& text) {},
|
||||
[] (GUIEngine::LabelWidget* lw, GUIEngine::TextBoxWidget* tb)->bool
|
||||
{
|
||||
#ifndef SERVER_ONLY
|
||||
lw->setText(reloadTexture(tb->getText()), true);
|
||||
#endif
|
||||
// Don't close the dialog after each run
|
||||
return false;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user