diff --git a/src/sdltiles.cpp b/src/sdltiles.cpp index 28296b193d6ad..f7c6383f43952 100644 --- a/src/sdltiles.cpp +++ b/src/sdltiles.cpp @@ -2305,13 +2305,13 @@ void draw_quick_shortcuts() text_scale; } text_y = ( WindowHeight - ( height + font->fontheight * text_scale ) * 0.5f ) / text_scale; - font->OutputChar( text, text_x + 1, text_y + 1, 0, + font->OutputChar( text, point( text_x + 1, text_y + 1 ), 0, get_option( "ANDROID_SHORTCUT_OPACITY_SHADOW" ) * 0.01f ); - font->OutputChar( text, text_x, text_y, get_option( "ANDROID_SHORTCUT_COLOR" ), + font->OutputChar( text, point( text_x, text_y ), get_option( "ANDROID_SHORTCUT_COLOR" ), get_option( "ANDROID_SHORTCUT_OPACITY_FG" ) * 0.01f ); if( hovered ) { // draw a second button hovering above the first one - font->OutputChar( text, text_x, text_y - ( height * 1.2f / text_scale ), + font->OutputChar( text, point( text_x, text_y - ( height * 1.2f / text_scale ) ), get_option( "ANDROID_SHORTCUT_COLOR" ) ); if( show_hint ) { // draw hint text