Tweak vbo again

This commit is contained in:
jgk
2021-06-11 21:13:01 +02:00
parent c2360a5f0f
commit 1f87dca6ec
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ setupVBO sizes = do
thePtr <- mallocArray (strd * numDrawableElements)
return $ VBO
{ _vbo = vboName
, _vboPoint = thePtr
, _vboPointer = thePtr
, _vboAttribSizes = sizes
}
where