MoreSmallFixes
This commit is contained in:
parent
2b3f8c21bc
commit
9428b70838
1 changed files with 1 additions and 1 deletions
2
class.js
2
class.js
|
@ -92,7 +92,7 @@ class Player
|
|||
|
||||
get angle()
|
||||
{
|
||||
return (this.visibleDir-1)*3.1415926535/8.;
|
||||
return (this.visibleDir-3)*3.1415926535/4.;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue