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

@@ -1196,7 +1196,7 @@ void LLImageGL::setManualImage(U32 target, S32 miplevel, S32 intformat, S32 widt
intformat = GL_COMPRESSED_ALPHA;
break;
default:
llwarns << "Could not compress format: " << std::hex << intformat << llendl;
llwarns << "Could not compress format: " << std::hex << intformat << std::dec << llendl;
break;
}
}