Move EX position slightly
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
6d608e7ad5
commit
48b50da2c3
@ -331,7 +331,7 @@ class ChampionsLeaguePointSolver : public olc::PixelGameEngine
|
|||||||
gui.Draw(this);
|
gui.Draw(this);
|
||||||
|
|
||||||
if(highestEX!=0){
|
if(highestEX!=0){
|
||||||
DrawString({108,2},std::to_string(highestEX)+" EX",YELLOW);
|
DrawString({112,4},std::to_string(highestEX)+" EX",YELLOW);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(calculating){
|
if(calculating){
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user