Skip to content

Commit

Permalink
env: use correct value pair in grid math table
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Nov 8, 2024
1 parent ca87f71 commit bd49a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/tables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pfGridmath = {
[6] = {{6,1},{3,2},{2,3},{1,6}},
[7] = {{7,1},{1,7}},
[8] = {{8,1},{4,2},{2,4},{1,8}},
[9] = {{9,1},{3,3},{9,1}},
[9] = {{9,1},{3,3},{1,9}},
[10] = {{10,1},{5,2},{2,5},{1,10}},
[11] = {{11,1},{1,11}},
[12] = {{12,1},{6,2},{4,3},{3,4},{2,6},{1,12}}
Expand Down

0 comments on commit bd49a20

Please sign in to comment.