Undo double transform
This commit is contained in:
parent
0b62ac8673
commit
3caaf798e7
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user