Commit 7085da18 authored by hybrid's avatar hybrid

Missed a parameter while extending the init functions.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@690 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 8fc1ed51
...@@ -75,7 +75,7 @@ namespace video ...@@ -75,7 +75,7 @@ namespace video
//! inits the windows specific parts of the open gl driver //! inits the windows specific parts of the open gl driver
bool initDriver(const core::dimension2d<s32>& screenSize, HWND window, bool initDriver(const core::dimension2d<s32>& screenSize, HWND window,
u32 bits, bool fullscreen, bool vsync); u32 bits, bool fullscreen, bool vsync, bool stencilBuffer);
#endif #endif
#ifdef _IRR_USE_LINUX_DEVICE_ #ifdef _IRR_USE_LINUX_DEVICE_
......
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