sensics / OSVR-RenderManager

Apache License 2.0
63 stars 45 forks source link

Replace #ifdef OSVR_ANDROID with feature-based checks #213

Open russell-taylor opened 7 years ago

russell-taylor commented 7 years ago

The SDL code (at least) is being handled based on whether we're compiling on Android. A better check would be to see if we have SDL and modify things based on that.