mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-23 15:47:24 +01:00
Fix spelling in label-raycast.ts [Copilot]
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
32e70496da
commit
6d99d8260d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ interface RaycastParams {
|
|||
offset: number;
|
||||
}
|
||||
|
||||
// increase step to 15 or 30 to make it faster and more horyzontal
|
||||
// increase step to 15 or 30 to make it faster and more horizontal
|
||||
// decrease step to 5 to improve accuracy
|
||||
const ANGLE_STEP = 9;
|
||||
export const ANGLES = precalculateAngles(ANGLE_STEP);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue