Skip to content
Snippets Groups Projects
Commit 2e80c373 authored by Fang Lu's avatar Fang Lu
Browse files

song selection fixes

parent bdb88071
No related branches found
No related tags found
No related merge requests found
...@@ -112,8 +112,8 @@ int title_process(osu_session *s) { ...@@ -112,8 +112,8 @@ int title_process(osu_session *s) {
// Entry 3 (Active entry) // Entry 3 (Active entry)
gl_rect(270+exit_progress*2.4, 230, 639, 280, c3, c3, white, 0); gl_rect(270+exit_progress*2.4, 230, 639, 280, c3, c3, white, 0);
gl_text(&fnt16, s->playing_song.title, 290+exit_progress*2.4, 240); gl_text(&fnt16, s->songs[selected_song].title, 290+exit_progress*2.4, 240);
gl_text(&fnt12, s->playing_song.version, 290+exit_progress*2.4, 265); gl_text(&fnt12, s->songs[selected_song].version, 290+exit_progress*2.4, 265);
gl_text_flush(&fnt16); gl_text_flush(&fnt16);
gl_text_flush(&fnt12); gl_text_flush(&fnt12);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment