SlimeVR / SlimeVR-OpenVR-Driver

SlimeVR driver for OpenVR
Apache License 2.0
204 stars 46 forks source link

replace sinf and cosf #10

Closed ColdIce1605 closed 2 years ago

ColdIce1605 commented 2 years ago

Replaces sinf(), and cosf() with sin(), and cos() It seems like these don't exist on linux for some reason lets replace them with ones that do.