Skip to content

Commit bd1e488

Browse files
committed
* 32 bits fix
1 parent 0730abd commit bd1e488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/montoyo/mcef/client/ClientProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void onInit() {
162162
ArrayList<String> libs = new ArrayList<>();
163163

164164
if(OS.isWindows()) {
165-
libs.add(System.getProperty("sun.arch.data.model").equals("64") ? "d3dcompiler_47.dll" : "d3dcompiler_43.dll");
165+
libs.add("d3dcompiler_47.dll");
166166
libs.add("libGLESv2.dll");
167167
libs.add("libEGL.dll");
168168
libs.add("chrome_elf.dll");

0 commit comments

Comments
 (0)