diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-02-18 19:03:58 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-02-18 19:03:58 -0600 |
| commit | 56ade56c1236adcefddf1e97fffee0b1555c0877 (patch) | |
| tree | 70a3900ba9d3fa9b38e499999746c1c8159e78c6 /src/factories/TextureFactory.cpp | |
| parent | 298b3ff0d09ac94b5c826aa9e33337e89c6ff194 (diff) | |
Vtx now uses decimals and inc files add a new line at the end
Diffstat (limited to 'src/factories/TextureFactory.cpp')
| -rw-r--r-- | src/factories/TextureFactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/factories/TextureFactory.cpp b/src/factories/TextureFactory.cpp index cef79c1..5a0caad 100644 --- a/src/factories/TextureFactory.cpp +++ b/src/factories/TextureFactory.cpp @@ -110,6 +110,7 @@ void TextureCodeExporter::Export(std::ostream &write, std::shared_ptr<IParsedDat file << "0x" << std::hex << std::setw(2) << std::setfill('0') << static_cast<int>(data[i]) << ", "; } + file << std::endl; file.close(); |
