Skip to content

Commit

Permalink
Always print available renderes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Nov 11, 2017
1 parent 85a3dde commit 61369f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/xrEngine/EngineAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,16 +277,12 @@ void CEngineAPI::CreateRendererList()
vid_quality_token[_cnt - 1].id = -1;
vid_quality_token[_cnt - 1].name = NULL;

#ifdef DEBUG
Msg("Available render modes[%d]:", tmp.size());
#endif // DEBUG
for (u32 i = 0; i < tmp.size(); ++i)
{
vid_quality_token[i].id = i;
vid_quality_token[i].name = tmp[i];
#ifdef DEBUG
Msg("[%s]", tmp[i]);
#endif // DEBUG
}

/*
Expand Down

0 comments on commit 61369f8

Please sign in to comment.