Fix andorid build error

master
sapier 2015-01-07 00:10:21 +01:00
parent 0f1d33933d
commit 42f3515c0e
1 changed files with 1 additions and 1 deletions

View File

@ -575,6 +575,7 @@ v2u32 getWindowSize()
return device->getVideoDriver()->getScreenSize();
}
#ifndef __ANDROID__
#ifdef XORG_USED
float getDisplayDensity()
{
@ -609,7 +610,6 @@ float getDisplayDensity()
}
#endif
#ifndef __ANDROID__
v2u32 getDisplaySize()
{
IrrlichtDevice *nulldevice = createDevice(video::EDT_NULL);