Add new bullet trajectories

This commit is contained in:
2022-02-28 13:19:07 +00:00
parent 1e5f24c8a1
commit 419fcd0ff0
18 changed files with 285 additions and 101 deletions
+1 -3
View File
@@ -1,5 +1,4 @@
{- |
Contains the central drawing functions for the dodge loop. -}
{- | Contains the central drawing functions for the dodge loop. -}
module Dodge.Render
( doDrawing
) where
@@ -278,4 +277,3 @@ renderTextureWalls pdata nWalls = do
cullFace $= Just Back
drawShader (_wallTextureShader pdata) nWalls
cullFace $= Nothing