fix console mode build - close #465

This commit is contained in:
Vadim Lopatin 2017-09-28 13:09:58 +03:00
parent 24b3b5ed61
commit 5ab50e327f
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ class ConsoleFont : Font {
_spaceWidth = 1;
_glyph.blackBoxX = 1;
_glyph.blackBoxY = 1;
_glyph.width = 0;
_glyph.widthPixels = 1;
_glyph.widthScaled = 1 << 6;
_glyph.originX = 0;
_glyph.originY = 0;
_glyph.subpixelMode = SubpixelRenderingMode.None;

View File

@ -1 +1 @@
v0.9.155
v0.9.156