diff --git a/libretro/graph.c b/libretro/graph.c index 7fd0c29..5cfe819 100755 --- a/libretro/graph.c +++ b/libretro/graph.c @@ -22,7 +22,7 @@ unsigned Opacity(unsigned color1, unsigned color2){ } else { - return color2 + return color2; } }