Always reset stream state after using std::hex

This commit is contained in:
Aleric Inglewood
2012-09-20 16:50:03 +02:00
parent 27090c541f
commit f3780998ed
6 changed files with 11 additions and 11 deletions

View File

@@ -344,7 +344,7 @@ BOOL stop_gloderror()
if (error != GLOD_NO_ERROR)
{
llwarns << "GLOD error detected, cannot generate LOD: " << std::hex
<< error << llendl;
<< error << std::dec << llendl;
return TRUE;
}