This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
lolengine
/
lol
огледало од
https://github.com/lolengine/lol
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Text objects don't do bold by default. The fonts themselves should be bold.
legacy
Sam Hocevar
sam
пре 15 година
родитељ
fa1cc51d97
комит
1dbd80b2a0
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/text.cpp
+ 1
- 1
src/text.cpp
Прегледај датотеку
@@ -65,7 +65,7 @@ void Text::TickDraw(float deltams)
if (data->text)
{
Font *font = Forge::GetFont(data->font);
font->Print
Bold
(data->pos.x, data->pos.y, data->text);
font->Print(data->pos.x, data->pos.y, data->text);
}
}
Write
Preview
Loading…
Откажи
Сачувај