Skip to content

5.2.0

Latest
Compare
Choose a tag to compare
@BenMakesGames BenMakesGames released this 01 Sep 15:24
· 6 commits to main since this release

Summary:

Context:

Calling WrapText every frame isn't a great idea. If you're wrapping a couple short strings, it's probably fine, but it's better to pre-wrap any text you want to render.

That said, PlayPlayMini has convenience methods that, when used, may result in calling WrapText every frame, so this update makes doing so less-bad.