~fixed font type error
This commit is contained in:
parent
a1e4d042e1
commit
09de960071
|
@ -103,7 +103,7 @@ void getConfig() {
|
|||
vkvm::setForegroundColor(vkvm::Color(foregroundColor));
|
||||
vkvm::setCharactersPerRow(charactersPerRow);
|
||||
vkvm::setCharactersPerColumn(charactersPerColumn);
|
||||
vkvm::setFont(vkvm::FontType(font, "", 0, 0));
|
||||
vkvm::setFont(vkvm::FontType::ProFontIIX);
|
||||
vkvm::setMousePosition(mousePositionX, mousePositionY);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue