Cleanup: Fix typo in comment of uvcalc_lightmap.py

This commit is contained in:
Chris Blackbourn
2023-06-18 16:18:58 +12:00
parent 0b71a1f054
commit 1069584a0a

View File

@@ -398,7 +398,7 @@ def lightmap_uvpack(
# Since the boxes are sized in powers of 2, we can neatly group them into bigger squares
# this is done hierarchically, so that we may avoid running the pack function
# on many thousands of boxes, (under 1k is best) because it would get slow.
# Using an off and even dict us useful because they are packed differently
# Using an odd and even dict is useful because they are packed differently
# where w/h are the same, their packed in groups of 4
# where they are different they are packed in pairs
#