We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a3dde commit 61369f8Copy full SHA for 61369f8
src/xrEngine/EngineAPI.cpp
@@ -277,16 +277,12 @@ void CEngineAPI::CreateRendererList()
277
vid_quality_token[_cnt - 1].id = -1;
278
vid_quality_token[_cnt - 1].name = NULL;
279
280
-#ifdef DEBUG
281
Msg("Available render modes[%d]:", tmp.size());
282
-#endif // DEBUG
283
for (u32 i = 0; i < tmp.size(); ++i)
284
{
285
vid_quality_token[i].id = i;
286
vid_quality_token[i].name = tmp[i];
287
288
Msg("[%s]", tmp[i]);
289
290
}
291
292
/*
0 commit comments