summaryrefslogtreecommitdiffstats
path: root/src/Texture.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Texture.hs')
-rw-r--r--src/Texture.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Texture.hs b/src/Texture.hs
index bf89cf9..1e82cdf 100644
--- a/src/Texture.hs
+++ b/src/Texture.hs
@@ -4,5 +4,5 @@ module Texture ( Texture(..)
import Graphics.Rendering.OpenGL.GL.Texturing.Objects (TextureObject)
-data Texture = TextureWood | TextureTank | TextureCannon | TextureBullet
+data Texture = TextureWood | TextureTank | TextureCannon | TextureBullet | TextureCrosshair
deriving (Eq, Ord, Show)