Skip to content
Snippets Groups Projects
Commit 42f3515c authored by sapier's avatar sapier
Browse files

Fix andorid build error

parent 0f1d3393
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment