mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: OVQT core plugin build on Mac OS X
This commit is contained in:
parent
54a85be586
commit
ecef8fdbfd
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ void QNLWidget::init()
|
||||||
nlassert(_driver);
|
nlassert(_driver);
|
||||||
|
|
||||||
// initialize the nel 3d viewport
|
// initialize the nel 3d viewport
|
||||||
_driver->setDisplay(winId(), NL3D::UDriver::CMode(width(), height(), 32));
|
_driver->setDisplay((nlWindow)winId(),
|
||||||
|
NL3D::UDriver::CMode(width(), height(), 32));
|
||||||
|
|
||||||
// set the cache size for the font manager(in bytes)
|
// set the cache size for the font manager(in bytes)
|
||||||
_driver->setFontManagerMaxMemory(2097152);
|
_driver->setFontManagerMaxMemory(2097152);
|
||||||
|
|
Loading…
Reference in a new issue