mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-24 16:17:23 +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;
|
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
|
// decrease step to 5 to improve accuracy
|
||||||
const ANGLE_STEP = 9;
|
const ANGLE_STEP = 9;
|
||||||
export const ANGLES = precalculateAngles(ANGLE_STEP);
|
export const ANGLES = precalculateAngles(ANGLE_STEP);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue