Fix alpha and nw/se being swapped

This commit is contained in:
Lucwousin
2020-01-02 19:13:58 +01:00
parent 61aea62c11
commit 318e3659ca
4 changed files with 189 additions and 208 deletions

View File

@@ -13,11 +13,11 @@ public interface RSTilePaint extends TilePaint
@Override
int getSwColor();
@Import("nwColor")
@Import("seColor")
@Override
int getSeColor();
@Import("seColor")
@Import("nwColor")
@Override
int getNwColor();