Fix TGA rawmode BGR;15

This commit is contained in:
Yay295 2024-04-11 00:40:11 -05:00 committed by Yay295
parent a596a4063d
commit 6f28a0c009

View File

@ -36,7 +36,7 @@ MODES = {
(3, 1): "1",
(3, 8): "L",
(3, 16): "LA",
(2, 16): "BGR;5",
(2, 16): "BGR;15",
(2, 24): "BGR",
(2, 32): "BGRA",
}