Fix code style

This commit is contained in:
Wojtek Figat
2020-12-30 11:20:37 +01:00
parent 4ec3e6aed9
commit 4c205be617
56 changed files with 608 additions and 1139 deletions

View File

@@ -94,7 +94,7 @@ bool MeshData::GenerateLightmapUVs()
// Generate UVs
std::vector<DirectX::UVAtlasVertex> vb;
std::vector<uint8_t> ib;
float outStretch = 0.f;
float outStretch = 0.0f;
size_t outCharts = 0;
std::vector<uint32_t> facePartitioning;
std::vector<uint32_t> vertexRemapArray;