Fix IOSFixed

Fix Author/AuthoringTool in Collada by MetaData
This commit is contained in:
Madrich
2014-06-20 00:08:11 +02:00
parent edc7a950c4
commit 1cb01c54a3
4 changed files with 18 additions and 15 deletions

View File

@@ -125,7 +125,7 @@ XFileExporter::~XFileExporter()
void XFileExporter::WriteFile()
{
// note, that all realnumber values must be comma separated in x files
mOutput.setf(_IOSfixed);
mOutput.setf(std::ios::fixed);
mOutput.precision(6); // precission for float
// entry of writing the file