Bump version for ctrcommon fixes.

This commit is contained in:
Steven Smith 2015-08-05 19:43:00 -07:00
parent febd5db814
commit b56d099520

View File

@ -353,7 +353,7 @@ bool onLoop() {
}
std::string str = stream.str();
const std::string title = "FBI v1.4.5";
const std::string title = "FBI v1.4.6";
gputDrawString(title, (gpuGetViewportWidth() - gputGetStringWidth(title, 16)) / 2, (gpuGetViewportHeight() - gputGetStringHeight(title, 16) + gputGetStringHeight(str, 8)) / 2, 16, 16);
gputDrawString(str, (gpuGetViewportWidth() - gputGetStringWidth(str, 8)) / 2, 4, 8, 8);