Skip to content

Commit

Permalink
Add XXX.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Jan 25, 2016
1 parent 565455d commit aeda299
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/xrEngine/EngineAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,12 @@ void CEngineAPI::CreateRendererList()
}
else
{
// XXX: since we are going to support OpenGL render with its own feature levels,
// the reference render availability checking trick doesn't quite work: it's based
// on assumption that first unsupported render quality level means all the rest
// (greater) levels are not supported too, which is incorrect in case of Linux,
// where we have OpenGL only (so the engine would crash on R_ASSERT below).
// ...
// try to initialize R2
hRender = XRay::LoadLibrary(r2_name);
if (hRender)
Expand Down

0 comments on commit aeda299

Please sign in to comment.