tsoding / musializer

Music Visualizer
MIT License
885 stars 92 forks source link

[fix] Timeline not working properly on mac os #69

Closed antox01 closed 8 months ago

antox01 commented 8 months ago

The timeline coordinates where calculated by using GetRenderWidth(), that doesn't work properly on mac os. Changed it with GetScreenWidth().