mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Erm. Initialize Nel3D on other platforms too...
This commit is contained in:
parent
dfaf2b08e6
commit
eca3a92a08
1 changed files with 1 additions and 3 deletions
|
@ -42,14 +42,12 @@ void init3d ()
|
|||
|
||||
// Enable divid by zero and overflow exception
|
||||
//_control87 (_EM_INVALID|_EM_DENORMAL/*|_EM_ZERODIVIDE|_EM_OVERFLOW*/|_EM_UNDERFLOW|_EM_INEXACT, _MCW_EM);
|
||||
#endif // NL_OS_WINDOWS
|
||||
|
||||
NL3D::registerSerial3d();
|
||||
CScene::registerBasics();
|
||||
|
||||
_Initialized = true;
|
||||
|
||||
|
||||
#endif // NL_OS_WINDOWS
|
||||
}
|
||||
|
||||
} // NL3D
|
||||
|
|
Loading…
Reference in a new issue