rs-client: this is correct now i think
This commit is contained in:
@@ -44,9 +44,9 @@ public abstract class RSTextureProviderMixin implements RSTextureProvider
|
|||||||
{
|
{
|
||||||
// the client's max size is 20, however there are many scenes with >20 textures,
|
// the client's max size is 20, however there are many scenes with >20 textures,
|
||||||
// which causes continuous alloc/free of textures with the gl. There are
|
// which causes continuous alloc/free of textures with the gl. There are
|
||||||
// only ~57 textures in total.
|
// only ~90 textures in total.
|
||||||
setMaxSize(64);
|
setMaxSize(128);
|
||||||
setSize(64);
|
setSize(128);
|
||||||
}
|
}
|
||||||
|
|
||||||
@MethodHook(value = "animate", end = true)
|
@MethodHook(value = "animate", end = true)
|
||||||
|
|||||||
@@ -21,13 +21,13 @@ public class TextureProvider implements TextureLoader {
|
|||||||
NodeDeque deque;
|
NodeDeque deque;
|
||||||
@ObfuscatedName("o")
|
@ObfuscatedName("o")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = -687495915
|
intValue = -381189571
|
||||||
)
|
)
|
||||||
@Export("capacity")
|
@Export("capacity")
|
||||||
int capacity;
|
int capacity;
|
||||||
@ObfuscatedName("g")
|
@ObfuscatedName("g")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = 468590337
|
intValue = 1463275439
|
||||||
)
|
)
|
||||||
@Export("remaining")
|
@Export("remaining")
|
||||||
int remaining;
|
int remaining;
|
||||||
|
|||||||
Reference in New Issue
Block a user