Increase number of drawable elements

This commit is contained in:
2022-07-04 20:50:01 +01:00
parent 6972256751
commit 914c452afb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ glushortSize = sizeOf (0 :: GLushort)
numDrawableElements :: Int
{-# INLINE numDrawableElements #-}
numDrawableElements = 60000
numDrawableElements = 6 * numSubElements
numSubElements :: Int
{-# INLINE numSubElements #-}
numSubElements = 10000
numSubElements = 100000