Fix typo in ifdefs

git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@2023 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
hybrid 2009-01-03 01:11:59 +00:00
parent 527cb6405a
commit 0a525a4073

View File

@ -343,7 +343,8 @@ namespace video
#ifdef _IRR_USE_WINDOWS_DEVICE_
HDC HDc;
#elif defined(_IRR_USE_IPHONE_DEVICE_)
#endif
#if defined(_IRR_USE_IPHONE_DEVICE_)
MIrrIPhoneDevice Device;
GLuint ViewFramebuffer;
GLuint ViewRenderbuffer;