Remove unnecessary comment

This commit is contained in:
Berkan Diler 2013-11-27 19:51:35 +01:00
parent 40afbde9f6
commit 68d518727f

View File

@ -82,7 +82,6 @@ inline int RoundUp4(int x) {
return (x + 3) & ~3;
}
// Reads decoded vertex formats in a convenient way. For software transform and debugging.
// Reads decoded vertex formats in a convenient way. For software transform and debugging.
class VertexReader
{