declutter output
This commit is contained in:
parent
6308a110b8
commit
f6860c1332
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ updateNPCs imgmat rp dt =
|
|||
ntargeti <- randomRIO (0, length seekRP - 1)
|
||||
let ntarget = pointCoord (seekRP !! ntargeti)
|
||||
path = astarAppl imgmat ntarget pos'
|
||||
logIO A.Debug ("seeking path from " ++ show pos' ++ " to " ++ show ntarget)
|
||||
logIO A.Verbose ("seeking path from " ++ show pos' ++ " to " ++ show ntarget)
|
||||
case path of
|
||||
Nothing -> getPath pos'
|
||||
Just p -> return p
|
||||
|
|
Loading…
Reference in a new issue