Skip to content

Commit

Permalink
Use dummy handler on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Jan 6, 2025
1 parent 4fe26de commit 2d4e2b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/cleanroommc/client/IMEHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public class IMEHandler {
static {
switch (GLFW.glfwGetPlatform()) {
case GLFW.GLFW_PLATFORM_WIN32 -> instance = new WindowsIMEHandler();
case GLFW.GLFW_PLATFORM_COCOA -> instance = new CocoaIMEHandler();
case GLFW.GLFW_PLATFORM_X11 -> instance = new X11IMEHandler();
case GLFW.GLFW_PLATFORM_WAYLAND -> instance = new WaylandIMEhandler();
default -> {
Expand Down

0 comments on commit 2d4e2b2

Please sign in to comment.