Skip to content

Commit

Permalink
fix: flipped enable condition for the editor
Browse files Browse the repository at this point in the history
Co-authored-by: Xyct <[email protected]>
  • Loading branch information
ohaiibuzzle and XuYicong authored May 16, 2023
1 parent e04a277 commit 82af019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayTools/Controls/ControlMode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class ControlMode {
}
Toucher.writeLog(logMessage: "cursor show switched to \(show)")
visible = show
if PlaySettings.shared.noKMOnInput {
if !PlaySettings.shared.noKMOnInput {
keyboardMapped = false
}
}
Expand Down

0 comments on commit 82af019

Please sign in to comment.