Skip to content

Commit 65c759c

Browse files
authored
Merge pull request #126 from timgates42/bugfix_typo_length
docs: fix simple typo, lenth -> length
2 parents e311522 + de42fe0 commit 65c759c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def _initialize(self):
190190
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
191191
continue
192192
self.add_block((x, y, z), t, immediate=False)
193-
s -= d # decrement side lenth so hills taper off
193+
s -= d # decrement side length so hills taper off
194194

195195
def hit_test(self, position, vector, max_distance=8):
196196
""" Line of sight search from current position. If a block is

0 commit comments

Comments
 (0)