Commit before implementing downscaled resolution

This commit is contained in:
2021-08-19 19:50:44 +02:00
parent bc236671f2
commit 8e3bf3b19f
7 changed files with 15 additions and 124 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ doDrawing pdata w = do
colorMask $= Color4 Enabled Enabled Enabled Enabled
clearColor $= Color4 0 0 0 0
blend $= Disabled
--blend $= Disabled
depthMask $= Disabled
depthFunc $= Just Always