OSVR / SteamVR-OSVR

An OSVR plugin for SteamVR, providing SteamVR support for OSVR HMDs.
Apache License 2.0
138 stars 57 forks source link

Capitalization error #104

Closed isantop closed 7 years ago

isantop commented 7 years ago

On case-sensitive filesystems (like those used in Linux), compilation fails because #include <osvr/display/Display.h> is looking for a lowercase D, whereas the actual directory begins with an uppercase D.

Updated instances of lowercase d in includes in OVRDisplay.cpp and OVRDisplay.h

godbyk commented 7 years ago

Thanks for catching this!

Original the directory was spelled display with a lowercase d. I renamed it a while back when cleaning up the OSVR-Display repository to conform to the standard OSVR code layout and missed updating this file.

I'll get this merged in soon.

rpavlik commented 7 years ago

An equivalent patch was merged in #111. Thanks again, hoping you'll keep contributing!