Add frame clock
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ makeTileFromPoly poly z = Tile
|
||||
{ _tilePoly = poly
|
||||
, _tileZero = c
|
||||
--, _tileXY = c +.+ xdir +.+ vNormal xdir
|
||||
, _tileX = c +.+ (normalizeV $ (poly !! 1) -.- c)
|
||||
, _tileX = c +.+ normalizeV ((poly !! 1) -.- c)
|
||||
, _tileZ = z
|
||||
}
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user