Skip to content

Commit 3c84dd4

Browse files
committed
Reorder ZINK renderer in Renderer.java
1 parent 29b0a29 commit 3c84dd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HMCLCore/src/main/java/org/jackhuang/hmcl/game/Renderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public enum Renderer {
3737
// DOZEN(API.VULKAN, "dzn", "dzn"),
3838

3939
OPENGL(API.OPENGL, null, null),
40-
ZINK(API.OPENGL, "zink", null),
4140
LLVMPIPE(API.OPENGL, "llvmpipe", null),
41+
ZINK(API.OPENGL, "zink", null),
4242
D3D12(API.OPENGL, "d3d12", null),
4343
;
4444

0 commit comments

Comments
 (0)