mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fix #199 Studio object viewer plugin font
This commit is contained in:
parent
9e948bbf60
commit
e781439e48
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ void CObjectViewer::init( NL3D::UDriver *driver )
|
||||||
|
|
||||||
// create the text context
|
// create the text context
|
||||||
nlassert(!_TextContext);
|
nlassert(!_TextContext);
|
||||||
_TextContext = _Driver->createTextContext(_FontName);
|
_TextContext = _Driver->createTextContext(NLMISC::CPath::lookup(_FontName));
|
||||||
nlassert(_TextContext);
|
nlassert(_TextContext);
|
||||||
|
|
||||||
NL3D::CBloomEffect::instance().setDriver(_Driver);
|
NL3D::CBloomEffect::instance().setDriver(_Driver);
|
||||||
|
|
Loading…
Reference in a new issue