Cleanup
This commit is contained in:
@@ -19,4 +19,10 @@ postWorldLoad rdata cw = do
|
||||
0
|
||||
(cw ^. cwTiles)
|
||||
bufferPokedVBO (rdata ^. floorVBO) nfloorvxs
|
||||
nchasmvxs <- foldM (pokeChasm (rdata ^. chasmVBO . vboPtr))
|
||||
0
|
||||
(cw ^. chasms)
|
||||
bufferPokedVBO (rdata ^. chasmVBO) nchasmvxs
|
||||
return $ cw & numberFloorVerxs .~ nfloorvxs
|
||||
& numberChasmVerxs .~ nchasmvxs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user