Samsung / GearVRf

The GearVR framework(GearVRf) is an Open Source VR rendering library for application development on VR-supported Android devices.
http://www.gearvrf.org
Apache License 2.0
407 stars 217 forks source link

WidgetLib naming has problems on Windows #1994

Closed NolaDonato closed 6 years ago

NolaDonato commented 6 years ago

WidgetLib has the names log.Log.SUBSYSTEM (an enum) and log.Log.Subsystem (a class). On Windows Android Studio fails to link because these names being the same except for case messes up the build.

ejsamsung commented 6 years ago

Resolved by #1998