Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix andorid build error
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/porting.cpp
|
@@ -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); |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.