Fix tile depth

This commit is contained in:
jgk
2021-06-25 02:27:20 +02:00
parent b6feccd934
commit 2d0f08c2e9
4 changed files with 12 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@ data RenderType
| RenderArc [(Point3,Point4,Point3)]
| RenderLine [(Point3,Point4)]
| RenderEllipse [(Point3,Point4)]
| Render3 [Point3]
| RenderConst
| Render1111 {_unRender1111 :: (Float,Float,Float,Float)}
| Render22 {_unRender22 :: (Point2,Point2)}