Explorar o código

Merge pull request #1183 from seanpaultaylor/next

Minor change to update the upperBound to 96 pixel (72pt).
Sean Taylor %!s(int64=12) %!d(string=hai) anos
pai
achega
c4b37b6724
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/encoder/src/main.cpp

+ 1 - 1
tools/encoder/src/main.cpp

@@ -18,7 +18,7 @@ using namespace gameplay;
 static unsigned int promptUserFontSize()
 {
     static const int lowerBound = 12;
-    static const int upperBound = 72;
+    static const int upperBound = 96;
     unsigned int fontSize = 0;
     char buffer[80];
     do