Update rtext.c
This commit is contained in:
parent
c819af1d40
commit
c2e1e38009
|
|
@ -702,7 +702,7 @@ Image GenImageFontAtlas(const GlyphInfo *chars, Rectangle **charRecs, int glyphC
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
imageSize *= 2; // Double the size of image (to keep POT)
|
imageSize *= 2; // Double the size of image (to keep POT)
|
||||||
rowCount = imageSize/(fontSize + 2*padding) + 1; // Calculate new row count for the new image size
|
rowCount = imageSize/(fontSize + 2*padding); // Calculate new row count for the new image size
|
||||||
}
|
}
|
||||||
while (totalWidth > imageSize*rowCount);
|
while (totalWidth > imageSize*rowCount);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user