gpu: use DebugGL4 in debug mode

This commit is contained in:
Adam
2022-03-19 18:05:53 -04:00
parent 7051bedc61
commit 508c5928fe
2 changed files with 18 additions and 2 deletions

View File

@@ -143,6 +143,12 @@
<artifactId>jogl-rl</artifactId>
<version>2.4.0-rc-20220318</version>
</dependency>
<dependency>
<groupId>net.runelite.jogl</groupId>
<artifactId>jogl-gldesktop-dbg</artifactId>
<version>2.4.0-rc-20220318</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.runelite.jogl</groupId>
<artifactId>jogl-rl</artifactId>