Browse Source

TgaImporter: fix a copypaste error in a test comment.

pull/605/head
Vladimír Vondruš 4 years ago
parent
commit
37eec44dfe
  1. 2
      src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp

2
src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp

@ -576,7 +576,7 @@ void TgaImporterTest::fileTooLong() {
} }
void TgaImporterTest::openMemory() { void TgaImporterTest::openMemory() {
/* same as dxt1() except that it uses openData() & openMemory() to test /* same as color24() except that it uses openData() & openMemory() to test
data copying on import */ data copying on import */
auto&& data = OpenMemoryData[testCaseInstanceId()]; auto&& data = OpenMemoryData[testCaseInstanceId()];

Loading…
Cancel
Save