Merge pull request #1478 from fewtarius/dev
Fix 3:2 aspect ratio splash generation.
This commit is contained in:
commit
a7c80c3f8b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ then
|
|||
ASPECT=$(printf "%.2f" $(echo "(${FBWIDTH} / ${FBHEIGHT})" | bc -l))
|
||||
|
||||
case ${ASPECT} in
|
||||
1.31|0.76)
|
||||
1.50|0.67)
|
||||
ASPECT="3:2"
|
||||
;;
|
||||
1.33|0.75)
|
||||
|
|
Loading…
Reference in a new issue