diff --git a/src/Init.hs b/src/Init.hs index 8be1fa8..141a146 100644 --- a/src/Init.hs +++ b/src/Init.hs @@ -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