Fix server build

This commit is contained in:
Benau 2018-01-18 16:18:19 +08:00
parent 5b440ae04b
commit 18fd12652d

View File

@ -886,7 +886,9 @@ bool handleStaticAction(int key)
}
else if (key == IRR_KEY_F3)
{
#ifndef SERVER_ONLY
SP::SPTextureManager::get()->reloadTexture("");
#endif
return true;
}
// TODO: create more keyboard shortcuts