[client] fixed basic renderer

This commit is contained in:
Geoffrey McRae
2017-12-11 03:07:27 +11:00
parent e6a21d1049
commit fcfea1b65d
2 changed files with 10 additions and 1 deletions

View File

@@ -271,7 +271,7 @@ int renderThread(void * unused)
{
if (!IS_LG_RENDERER_VALID(*r))
{
DEBUG_ERROR("FIXME: Renderer %d is invalid, skpping", (int)(r - &LG_Renderers[0]));
DEBUG_ERROR("FIXME: Renderer %d is invalid, skipping", (int)(r - &LG_Renderers[0]));
continue;
}