Add "fog" and "draw distance" tags to GPU plugin (#7306)

This commit is contained in:
Keith-Cancel
2019-01-12 09:59:49 +00:00
committed by Tomas Slusny
parent db4b8d89d8
commit 0dc204f224

View File

@@ -91,7 +91,8 @@ import net.runelite.client.util.OSType;
@PluginDescriptor(
name = "GPU",
description = "Utilizes the GPU",
enabledByDefault = false
enabledByDefault = false,
tags = {"fog", "draw distance"}
)
@Slf4j
public class GpuPlugin extends Plugin implements DrawCallbacks