mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-19 07:04:45 +00:00
Fix I_CIRCLE right/bottom cutoff
This commit is contained in:
parent
49e9a5738c
commit
a4dd204ce8
@ -112,7 +112,7 @@ const AtlasFont *ppge_fonts[1] = {
|
||||
};
|
||||
const AtlasImage ppge_images[6] = {
|
||||
{0.458984f, 0.001953f, 0.576172f, 0.119141f, 31, 31, "I_CROSS"},
|
||||
{0.193359f, 0.001953f, 0.314453f, 0.123047f, 32, 32, "I_CIRCLE"},
|
||||
{0.193359f, 0.001953f, 0.324453f, 0.133047f, 32, 32, "I_CIRCLE"},
|
||||
{0.685547f, 0.001953f, 0.794922f, 0.111328f, 29, 29, "I_SQUARE"},
|
||||
{0.322266f, 0.001953f, 0.451172f, 0.111328f, 34, 29, "I_TRIANGLE"},
|
||||
{0.802734f, 0.001953f, 0.861328f, 0.193359f, 16, 50, "I_BUTTON"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user