fixed the multiedged polygons

This commit is contained in:
Anakin
2016-11-23 17:30:38 +01:00
parent 232acedce7
commit 23ce58291e
3 changed files with 4 additions and 13 deletions

View File

@@ -57,7 +57,6 @@ TextureTGA::TextureTGA(const char * filePath)
std::uint8_t tempChunkHeader;
std::uint8_t tempData[5];
unsigned int tempByteIndex = 0;
std::size_t tempPixelIndex = 0;
do {
fsPicture.read(reinterpret_cast<char*>(&tempChunkHeader), sizeof(tempChunkHeader));