From 2e2ec5bcea79b28a99b82b6182fa01a0386ed61a Mon Sep 17 00:00:00 2001 From: raven02 Date: Sat, 15 Jun 2013 11:30:01 +0800 Subject: [PATCH] Quick fix wrong sizing of CIRCEL --- Core/Util/ppge_atlas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Util/ppge_atlas.cpp b/Core/Util/ppge_atlas.cpp index 9909e919c..3cb9ebb50 100644 --- a/Core/Util/ppge_atlas.cpp +++ b/Core/Util/ppge_atlas.cpp @@ -34633,7 +34633,7 @@ const AtlasFont *ppge_fonts[1] = { }; const AtlasImage ppge_images[4] = { {0.033447f, 0.000244f, 0.048096f, 0.014893f, 31, 31, "I_CROSS"}, - {0.000244f, 0.000244f, 0.015381f, 0.015381f, 32, 32, "I_CIRCLE"}, + {0.000244f, 0.000244f, 0.015881f, 0.015881f, 32, 32, "I_CIRCLE"}, {0.066162f, 0.000244f, 0.079834f, 0.013916f, 29, 29, "I_SQUARE"}, {0.016357f, 0.000244f, 0.032471f, 0.013916f, 34, 29, "I_TRIANGLE"}, };