Fix combination bug

This commit is contained in:
2021-12-06 02:33:36 +00:00
parent 22e3256da3
commit 40195d033c
12 changed files with 122 additions and 100 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ import Dodge.Data
import Geometry
crHandPos :: Creature -> Point3
crHandPos cr = V3 0 0 20
crHandPos _ = V3 0 0 20