sensics / OSVR-RenderManager

Apache License 2.0
64 stars 45 forks source link

Fixes #336

Closed russell-taylor closed 6 years ago

russell-taylor commented 6 years ago

Switches back to a slower but portable way to determine if we're a Direct3D renderer. Can't type-cast to a class that is not defined...

Also added override to avoid compiler warning (and to clarify) on a method that is overriding a base-class method.

russell-taylor commented 6 years ago

Kevin beat me to it with a better solution.