Skip to content

Commit f1e341c

Browse files
committed
disable gpu
1 parent 2edf257 commit f1e341c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BowlerStudio

src/main/java/com/commonwealthrobotics/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public void uncaughtException(Thread t, Throwable e) {
303303

304304
// com.neuronrobotics.sdk.common.Log.enableErrorPrint();
305305
FontSizeManager.setFontSize(12);
306-
306+
CSG.setUseGPU(false);
307307
launch();
308308
}
309309
public static void saveOptionalProjects(HashSet<String>state) {

0 commit comments

Comments
 (0)