Add "fog" and "draw distance" tags to GPU plugin (#7306)
This commit is contained in:
committed by
Tomas Slusny
parent
db4b8d89d8
commit
0dc204f224
@@ -91,7 +91,8 @@ import net.runelite.client.util.OSType;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "GPU",
|
name = "GPU",
|
||||||
description = "Utilizes the GPU",
|
description = "Utilizes the GPU",
|
||||||
enabledByDefault = false
|
enabledByDefault = false,
|
||||||
|
tags = {"fog", "draw distance"}
|
||||||
)
|
)
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class GpuPlugin extends Plugin implements DrawCallbacks
|
public class GpuPlugin extends Plugin implements DrawCallbacks
|
||||||
|
|||||||
Reference in New Issue
Block a user