Fix wall normals
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@ module Shader.Data
|
||||
, shadVAO
|
||||
, shadPrim'
|
||||
, shadTex'
|
||||
, shadUnis'
|
||||
, shadUnis
|
||||
-- | Synonyms
|
||||
, vert
|
||||
, geom
|
||||
@@ -42,7 +42,7 @@ data FullShader = FullShader
|
||||
, _shadVAO :: VAO
|
||||
, _shadPrim' :: EPrimitiveMode
|
||||
, _shadTex' :: Maybe ShaderTexture
|
||||
, _shadUnis' :: Vector GLint
|
||||
, _shadUnis :: Vector GLint
|
||||
}
|
||||
{- | Vertex array object: contains the reference to the object,
|
||||
and its buffer targets. -}
|
||||
|
||||
Reference in New Issue
Block a user