LuaVoxelManip: Add option to allocate blank data
[oweals/minetest.git] / src / constants.h
index 8e39ccb74e0b002e48a3d9ff1ba5bebcfb6ec931..2da4a34e527c0443aeebda277d72195fdc0dbbb2 100644 (file)
@@ -98,7 +98,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
  *    GUI related things
  */
 #define LEGACY_SCALING                                     (2./3.)
-#define TTF_DEFAULT_FONT_SIZE              (13.0 / LEGACY_SCALING)
+#define TTF_DEFAULT_FONT_SIZE              (12.0 / LEGACY_SCALING)
 #define DEFAULT_FONT_SIZE                                     (14)
 
 #endif