Skip to content

Commit 717c879

Browse files
committed
disabled renderdoc invoke.
1 parent aeb95da commit 717c879

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "gg.generations"
14-
version = "2.11.19"
14+
version = "2.11.20"
1515

1616
java.toolchain.languageVersion.set(JavaLanguageVersion.of(17))
1717

src/main/java/gg/generations/rarecandy/tools/gui/PokeUtilsGui.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ public void run() {
4242
}
4343

4444
public static void main(String[] args) {
45-
try {
46-
System.loadLibrary("renderdoc");
47-
} catch (Exception e) {
48-
System.out.println("Renderdoc not loaded. Continuing without.");
49-
}
45+
// try {
46+
// System.loadLibrary("renderdoc");
47+
// } catch (Exception e) {
48+
// System.out.println("Renderdoc not loaded. Continuing without.");
49+
// }
5050
var frame = new JFrame();
5151
var gui = new PokeUtilsGui();
5252
frame.setSize(new Dimension(250+512 + (512 - 482), 512));

0 commit comments

Comments
 (0)