Skip to content

Commit 99547dd

Browse files
nat-jsnat-js
nat-js
authored and
nat-js
committed
Update for cet 1.12
1 parent e8ba307 commit 99547dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ function CPStyle.Input:Register()
481481
CPS.colorBegin("Text", CPStyle.color.hidden)
482482
CPS.colorBegin("NavHighlight", CPStyle.color.hidden)
483483
CPS.colorBegin("Border", CPStyle.color.hidden)
484-
ImGui.Begin("##CPStyle.Input", ImGuiWindowFlags.NoTitleBar + ImGuiWindowFlags.NoResize)
484+
ImGui.Begin("##CPStyle.Input", bit32.bor(ImGuiWindowFlags.NoTitleBar, ImGuiWindowFlags.NoResize))
485485
ImGui.SetKeyboardFocusHere()
486486
self.keypress, self.pressed = ImGui.InputText("##keyboardinput", "", 100)
487487
if self.pressed then ImGui.SetKeyboardFocusHere() end

0 commit comments

Comments
 (0)