Merge pull request #7828 from deathbeam/fix-item-comp-cache

Reset item composition cache on menu shift-click change
This commit is contained in:
Tomas Slusny
2019-02-15 07:56:49 +00:00
committed by GitHub
4 changed files with 43 additions and 2 deletions

View File

@@ -785,6 +785,10 @@ public interface RSClient extends RSGameEngine, Client
@Override
RSNodeCache getWidgetSpriteCache();
@Import("items")
@Override
RSNodeCache getItemCompositionCache();
@Import("oculusOrbState")
@Override
int getOculusOrbState();