Hlint
This commit is contained in:
@@ -15,9 +15,9 @@ testEvent w = fromMaybe w $ do
|
||||
--testEvent w = fromMaybe w $ do
|
||||
cpos <- w ^? cWorld . lWorld . creatures . ix 0 . crPos . _xy
|
||||
let distR = 50
|
||||
t1 = (V2 1 (-1))
|
||||
t2 = (V2 1 1)
|
||||
t3 = (V2 distR 0)
|
||||
t1 = V2 1 (-1)
|
||||
t2 = V2 1 1
|
||||
t3 = V2 distR 0
|
||||
v3 = V3 t1 t2 t3
|
||||
distortionBulge =
|
||||
RadialDistortion
|
||||
|
||||
Reference in New Issue
Block a user