Commit ad57b918 authored by irrlicht's avatar irrlicht

updated documentation and made Irrliht.NET compile again

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@715 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 3c3b14cc
Changes in version 1.3.1 (?? Mar 2007) Changes in version 1.3.1 (20 Jun 2007)
- Fixed a bug with negative exponents in fast_atof, posted by RVL - Fixed a bug with negative exponents in fast_atof, posted by RVL
......
========================================================================== ==========================================================================
The Irrlicht Engine SDK version 1.3 The Irrlicht Engine SDK version 1.3.1
========================================================================== ==========================================================================
Welcome the Irrlicht Engine SDK. Welcome the Irrlicht Engine SDK.
......
...@@ -63,7 +63,7 @@ IrrlichtDevice::IrrlichtDevice(Video::DriverType driverType, Core::Dimension2D w ...@@ -63,7 +63,7 @@ IrrlichtDevice::IrrlichtDevice(Video::DriverType driverType, Core::Dimension2D w
p.Fullscreen = fullScreen; p.Fullscreen = fullScreen;
p.Stencilbuffer = stencilBuffer; p.Stencilbuffer = stencilBuffer;
p.Vsync = vsync; p.Vsync = vsync;
p.WindowId = reinterpret_cast<irr::s32>((void*)windowHandle); p.WindowId = (void*)windowHandle;
p.WindowSize = irr::NativeConverter::getNativeDim(windowSize); p.WindowSize = irr::NativeConverter::getNativeDim(windowSize);
Device = irr::createDeviceEx(p); Device = irr::createDeviceEx(p);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment