Преглед изворни кода

Minor change to update the upperBound to 96 pixel (72pt).

seanpaultaylor пре 12 година
родитељ
комит
2ede097a11
1 измењених фајлова са 1 додато и 1 уклоњено
  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