Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Fixed a compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jlppc committed Oct 15, 2018
1 parent ab7b2fa commit 540da9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opmon/view/OptionsMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ namespace OpMon {
bgOpt.setTexture(data.getBackground());
rectSurb.setTexture(data.getSelectBar());
bgLangues.setTexture(data.getLangBg());
coche.setTexture(data.getYesTx());
check.setTexture(data.getYesTx());
bgCredits.setTexture(data.getCreditsBg());

volumeCur.setTexture(data.getVolumeCur());
Expand Down

0 comments on commit 540da9a

Please sign in to comment.