mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-24 20:05:17 -06:00
temp-fix: inventory sprite offset by 2px
This commit is contained in:
parent
dfa35a80e5
commit
c6243f7372
1 changed files with 1 additions and 1 deletions
|
|
@ -693,7 +693,7 @@ public class Cs1ScriptRunner {
|
|||
} else if (component == MiniMenu.pressedInventoryComponent && local270 == MiniMenu.anInt5444) {
|
||||
sprite.renderAlpha(x, y, 128);
|
||||
} else {
|
||||
sprite.render(x, y);
|
||||
sprite.render(x - 2, y); // TODO: x - 2 is a temp fix! look at commit b57d5a00315df977aba3d60f4dce7947a5acf909
|
||||
// downscale:
|
||||
// sprite.renderResized(x, y, 36, 32);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue