diff --git a/ChallengeLeaguePointSolver/ChampionsLeaguePointSolver.cpp b/ChallengeLeaguePointSolver/ChampionsLeaguePointSolver.cpp index 3dacedc..b066124 100644 --- a/ChallengeLeaguePointSolver/ChampionsLeaguePointSolver.cpp +++ b/ChallengeLeaguePointSolver/ChampionsLeaguePointSolver.cpp @@ -331,7 +331,7 @@ class ChampionsLeaguePointSolver : public olc::PixelGameEngine gui.Draw(this); if(highestEX!=0){ - DrawString({108,2},std::to_string(highestEX)+" EX",YELLOW); + DrawString({112,4},std::to_string(highestEX)+" EX",YELLOW); } if(calculating){ diff --git a/ChallengeLeaguePointSolver/ChampionsLeaguePointSolver.wasm b/ChallengeLeaguePointSolver/ChampionsLeaguePointSolver.wasm index 5a87244..fe92509 100755 Binary files a/ChallengeLeaguePointSolver/ChampionsLeaguePointSolver.wasm and b/ChallengeLeaguePointSolver/ChampionsLeaguePointSolver.wasm differ