Fix server build
This commit is contained in:
parent
5b440ae04b
commit
18fd12652d
@ -886,7 +886,9 @@ bool handleStaticAction(int key)
|
|||||||
}
|
}
|
||||||
else if (key == IRR_KEY_F3)
|
else if (key == IRR_KEY_F3)
|
||||||
{
|
{
|
||||||
|
#ifndef SERVER_ONLY
|
||||||
SP::SPTextureManager::get()->reloadTexture("");
|
SP::SPTextureManager::get()->reloadTexture("");
|
||||||
|
#endif
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// TODO: create more keyboard shortcuts
|
// TODO: create more keyboard shortcuts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user