X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg_imgui.h;h=3fa07d415ca485dad7a10d52d89bc697aa137f6d;hb=d280e1e9677a10b9b5c8083e040e956f0f4e18ca;hp=7e16b3fc865b12cd6a5f4ec6ee6144932f9b9aae;hpb=c14db510e727e91cd0041f73663ef5b7ca32e05f;p=vg.git diff --git a/vg_imgui.h b/vg_imgui.h index 7e16b3f..3fa07d4 100644 --- a/vg_imgui.h +++ b/vg_imgui.h @@ -854,7 +854,7 @@ static u32 ui_ntext( ui_rect rect, const char *str, u32 len, ui_px scale, text_cursor[0] -= UI_GLYPH_SPACING_X*scale; u8 glyph_base[2]; - u8 glyph_index = '\x90'; + u8 glyph_index = '\xb6'; glyph_base[0] = glyph_index & 0xf; glyph_base[1] = (glyph_index-glyph_base[0])>>4; glyph_base[0] *= 8;