100*100=10000

This commit is contained in:
nek0 2023-10-22 06:57:42 +02:00
parent ca42096099
commit 83ae6f8283

View file

@ -218,9 +218,9 @@ initScene device descriptorPool texturedSetLayout = do
, objectMatrix = translationMatrix !*! scaleMatrix
}
)
(V.fromList [-100 .. 100])
(V.fromList [-50 .. 50])
)
(V.fromList [-100 .. 100])
(V.fromList [-50 .. 50])
renderableContainer <- asks renderables
renderableVector <- liftIO $ STM.atomically $ STM.readTMVar renderableContainer