Fix wall normals

This commit is contained in:
2023-03-16 23:31:17 +00:00
parent 100fdc102d
commit 539cbe8b18
11 changed files with 32 additions and 46 deletions
+2 -2
View File
@@ -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. -}