Skip to content

Commit

Permalink
Merge pull request #128 from Lyzev/127-bug-cursor-doesnt-show-correct…
Browse files Browse the repository at this point in the history
…ly-using-liquidbounce-with-schizoid

fix no mouse cursor change with other mods
  • Loading branch information
Lyzev authored Jun 8, 2024
2 parents ac18195 + 3d4067d commit 27733bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/main/kotlin/dev/lyzev/api/imgui/ImGuiLoader.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ object ImGuiLoader : EventListener {
io.iniFilename = Schizoid.root.path + "/imgui.ini"
io.addConfigFlags(NavEnableKeyboard)
io.addConfigFlags(DockingEnable)
io.addConfigFlags(NoMouseCursorChange)
initFonts()
ImGuiScreenFeature.colorScheme.applyStyle(ImGuiScreenFeature.mode)
ImGuiScreenFeature.colorScheme.applyColors(ImGuiScreenFeature.mode)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import dev.lyzev.api.imgui.render.renderable.ImGuiRenderableConfigManager
import dev.lyzev.api.imgui.render.renderable.ImGuiRenderableDeveloperTool
import dev.lyzev.api.imgui.render.renderable.ImGuiRenderableSearch
import dev.lyzev.api.imgui.theme.ImGuiThemes
import dev.lyzev.api.opengl.WrappedFramebuffer
import dev.lyzev.api.opengl.shader.ShaderGameOfLife
import dev.lyzev.api.opengl.shader.ShaderParticle
import dev.lyzev.api.setting.settings.keybinds
Expand Down

0 comments on commit 27733bc

Please sign in to comment.