Mid strictifying
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ createLightMap pdata lightPoints nWalls nSils nsurfVs = do
|
||||
blendFunc $= (Zero, OneMinusSrcAlpha)
|
||||
stencilTest $= Enabled
|
||||
depthFunc $= Just Lequal
|
||||
forM_ lightPoints $ \((x,y,z),r,lum) -> do
|
||||
forM_ lightPoints $ \((V3 x y z),r,lum) -> do
|
||||
-- stencil out shadows
|
||||
colorMask $= Color4 Disabled Disabled Disabled Disabled
|
||||
clear [StencilBuffer]
|
||||
|
||||
Reference in New Issue
Block a user