Skip to content

Commit

Permalink
Update CTCScreen.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Tungstend authored Jan 30, 2024
1 parent cfb8bad commit 6952558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public static int[] getCurrentScreenRGB(/* long nativeCanvas, int width, int hei

try {
File currLibFile;
for (String ldLib : System.getenv("POJAV_NATIVEDIR").split(":")) {
for (String ldLib : System.getenv("FCL_NATIVEDIR").split(":")) {
if (ldLib.isEmpty()) continue;
currLibFile = new File(ldLib, "libfcl_awt.so");
if (currLibFile.exists()) {
Expand Down

0 comments on commit 6952558

Please sign in to comment.