forked from CigarProject/Cigar
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A Little Error In Minimap Sectors #119
Comments
I tend to swap the top right and bottom left coordinates. Nice find though. |
Wrong button xd |
@MiraMiPalo tienes skype :P |
@mafiakb no tengo skype we |
Here is the solution mainCtx.fillText(`${sectorNames[0][j]}${sectorNames[1][i]}`, beginX + x, beginY + y); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Luka Client
Others Clients
To Fix Change This In
Line 764
sectorNames[0][i]
forsectorNames[0][j]
and
sectorNames[1][j]
forsectorNames[1][i]
The text was updated successfully, but these errors were encountered: