Skip to content

Commit

Permalink
Try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
zbx1425 committed Feb 8, 2024
1 parent d29fd4e commit 7edc8c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import cn.zbx1425.worldcomment.item.CommentToolItem;
import cn.zbx1425.worldcomment.util.OffHeapAllocator;
import com.mojang.blaze3d.platform.NativeImage;
#if MC_VERSION >= "12000" import com.mojang.blaze3d.systems.RenderSystem;
import com.mojang.blaze3d.systems.RenderSystem;
import net.minecraft.ChatFormatting; #endif

Check failure on line 12 in common/src/main/java/cn/zbx1425/worldcomment/gui/CommentToolScreen.java

View workflow job for this annotation

GitHub Actions / build (1.19.2)

[Task :common:compileJava FAILED] '#endif' without '#if'
import net.minecraft.client.Minecraft;
#if MC_VERSION >= "12000" import net.minecraft.client.gui.GuiGraphics; #else import cn.zbx1425.worldcomment.util.compat.GuiGraphics; import com.mojang.blaze3d.vertex.PoseStack; #endif
Expand Down

0 comments on commit 7edc8c9

Please sign in to comment.