Remove debug message
This commit is contained in:
parent
32c0f2d7f7
commit
f6a5adb597
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ void CProgress::internalProgress (float value)
|
||||||
|
|
||||||
if (!stereoHMD || StereoDisplay->wantInterface2D())
|
if (!stereoHMD || StereoDisplay->wantInterface2D())
|
||||||
{
|
{
|
||||||
nldebug("Draw progress 2D");
|
// nldebug("Draw progress 2D");
|
||||||
|
|
||||||
// Font factor
|
// Font factor
|
||||||
float fontFactor = 1;
|
float fontFactor = 1;
|
||||||
|
|
Loading…
Reference in a new issue