This commit is contained in:
2025-11-10 14:55:46 +00:00
parent df435819eb
commit 1546caa6a3
5 changed files with 15 additions and 18 deletions
+2 -2
View File
@@ -97,8 +97,8 @@ doDrawing' win pdata u = do
bufferShaderLayers shadV pokeCounts
mapM_
(uncurry bufferPokedVBO)
[ (pdata ^. vboWindows, nWins)
, (pdata ^. wallVBO, trueNWalls)
[ --(pdata ^. vboWindows, nWins)
(pdata ^. wallVBO, trueNWalls)
, (_vboShapes pdata, nShapeVs)
, (pdata ^. cloudVBO, nCloudVs)
]