From 3caaf798e74261cbf2699166d6070c23babd6153 Mon Sep 17 00:00:00 2001 From: Luke Benstead Date: Thu, 25 Aug 2022 21:25:52 +0100 Subject: [PATCH] Undo double transform --- GL/draw.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/GL/draw.c b/GL/draw.c index 53aa23e..d92f615 100644 --- a/GL/draw.c +++ b/GL/draw.c @@ -594,8 +594,6 @@ static void _readPositionData(ReadDiffuseFunc func, const GLuint first, const GL func(vptr, (GLubyte*) pos); it->flags = GPU_CMD_VERTEX; - TransformVertex((const float*) pos, &w, it->xyz, &it->w); - vptr += vstride; ++it; }