Rename ocLowDetail to objectCompositionLowDetail
This commit is contained in:
@@ -397,7 +397,7 @@ public abstract class RSClientMixin implements RSClient
|
||||
setLowMemory(lowMemory);
|
||||
setRegionLowMemory(lowMemory);
|
||||
setAudioHighMemory(true);
|
||||
setOcLowDetail(lowMemory);
|
||||
setObjectCompositionLowDetail(lowMemory);
|
||||
}
|
||||
|
||||
@Inject
|
||||
|
||||
@@ -410,8 +410,8 @@ public interface RSClient extends RSGameEngine, Client
|
||||
@Import("audioHighMemory")
|
||||
void setAudioHighMemory(boolean highMemory);
|
||||
|
||||
@Import("ocLowDetail")
|
||||
void setOcLowDetail(boolean lowDetail);
|
||||
@Import("objectCompositionLowDetail")
|
||||
void setObjectCompositionLowDetail(boolean lowDetail);
|
||||
|
||||
@Construct
|
||||
RSItem createItem();
|
||||
|
||||
Reference in New Issue
Block a user