videah / LovePotion

💖 Lua + LÖVE + 3DS = LövePotion
MIT License
188 stars 15 forks source link

Using printf() with 8x length does not draw correctly #58

Open Xavyrr opened 8 years ago

Xavyrr commented 8 years ago

Using love.graphics.printf() with a string that a length of 8 (or any multiple of 8, ie 16, 24, 32, etc.) don't draw correctly. They loose depth and alignment. This is with both CIA and 3DSX versions. (O3DS 10.7 A9LH)

videah commented 8 years ago

Sorry for not getting around to fixing all these issues, I've been busy with IRL stuff. I'll make sure to check this out, sounds like a weird issue

Xavyrr commented 8 years ago

No worries man. I just figured I should report any bugs since it doesn't look like you have many testers. Once this gets more refined and bugs ironed out, I'm sure it'll be one of the best ways to make homebrew. Ooh, I'm not super great with code but it potentially might be related to the 'quick fix' in printf code, but I could be wrong XP good luck, and thanks!