Undo double transform

This commit is contained in:
Luke Benstead 2022-08-25 21:25:52 +01:00
parent 0b62ac8673
commit 3caaf798e7

View File

@ -594,8 +594,6 @@ static void _readPositionData(ReadDiffuseFunc func, const GLuint first, const GL
func(vptr, (GLubyte*) pos); func(vptr, (GLubyte*) pos);
it->flags = GPU_CMD_VERTEX; it->flags = GPU_CMD_VERTEX;
TransformVertex((const float*) pos, &w, it->xyz, &it->w);
vptr += vstride; vptr += vstride;
++it; ++it;
} }