mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-05 15:48:13 +00:00
[client] fixed basic renderer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user