Fix incorrect comment.

This commit is contained in:
The Dax 2013-06-23 01:48:23 -04:00
parent 0bbcec9ad4
commit 0d8833500f

View File

@ -493,7 +493,7 @@ static const StepFunction tcstep_through[4] = {
&VertexDecoder::Step_TcFloatThrough,
};
// Some HD Remaster games double the u16 vertex coordinates.
// Some HD Remaster games double the u16 texture coordinates.
static const StepFunction tcstep_Remaster[4] = {
0,
&VertexDecoder::Step_TcU8,