100*100=10000
This commit is contained in:
parent
ca42096099
commit
83ae6f8283
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue