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:
parent
527cb6405a
commit
0a525a4073
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user